mirror of
https://github.com/starship/starship.git
synced 2024-11-22 16:23:17 +01:00
ci: Disable windows msvc builds
This commit is contained in:
parent
fbb4b59ca9
commit
e3f1a76e97
4
.github/workflows/workflow.yml
vendored
4
.github/workflows/workflow.yml
vendored
@ -200,7 +200,6 @@ jobs:
|
||||
- x86_64-unknown-linux-musl
|
||||
- x86_64-apple-darwin
|
||||
- x86_64-pc-windows-gnu
|
||||
- x86_64-pc-windows-msvc
|
||||
include:
|
||||
- target: x86_64-unknown-linux-gnu
|
||||
os: ubuntu-latest
|
||||
@ -214,9 +213,6 @@ jobs:
|
||||
- target: x86_64-pc-windows-gnu
|
||||
os: windows-latest
|
||||
name: starship-x86_64-pc-windows-gnu.zip
|
||||
- target: x86_64-pc-windows-msvc
|
||||
os: windows-latest
|
||||
name: starship-x86_64-pc-windows-msvc.zip
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
Loading…
Reference in New Issue
Block a user