File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ permissions:
77on :
88 push :
99 tags :
10- - ' stellar-registry-cli-v[0-9]+.[0-9]+.[0-9]+*'
10+ - " stellar-registry-cli-v[0-9]+.[0-9]+.[0-9]+*"
1111env :
1212 CARGO_INCREMENTAL : 0
1313 CARGO_NET_GIT_FETCH_WITH_CLI : true
@@ -29,14 +29,14 @@ jobs:
2929 strategy :
3030 matrix :
3131 include :
32- - target : aarch64-pc-windows-msvc
33- os : windows-2022
32+ # - target: aarch64-pc-windows-msvc
33+ # os: windows-2022
3434 - target : x86_64-unknown-linux-gnu
3535 os : ubuntu-22.04
3636 - target : x86_64-apple-darwin
3737 os : macos-12
38- - target : x86_64-pc-windows-msvc
39- os : windows-2022
38+ # - target: x86_64-pc-windows-msvc
39+ # os: windows-2022
4040 - target : x86_64-unknown-linux-musl
4141 os : ubuntu-22.04
4242 - target : aarch64-unknown-linux-gnu
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ permissions:
77on :
88 push :
99 tags :
10- - ' stellar-scaffold-cli-v[0-9]+.[0-9]+.[0-9]+*'
10+ - " stellar-scaffold-cli-v[0-9]+.[0-9]+.[0-9]+*"
1111env :
1212 CARGO_INCREMENTAL : 0
1313 CARGO_NET_GIT_FETCH_WITH_CLI : true
@@ -29,14 +29,14 @@ jobs:
2929 strategy :
3030 matrix :
3131 include :
32- - target : aarch64-pc-windows-msvc
33- os : windows-2022
32+ # - target: aarch64-pc-windows-msvc
33+ # os: windows-2022
3434 - target : x86_64-unknown-linux-gnu
3535 os : ubuntu-22.04
3636 - target : x86_64-apple-darwin
3737 os : macos-12
38- - target : x86_64-pc-windows-msvc
39- os : windows-2022
38+ # - target: x86_64-pc-windows-msvc
39+ # os: windows-2022
4040 - target : x86_64-unknown-linux-musl
4141 os : ubuntu-22.04
4242 - target : aarch64-unknown-linux-gnu
You can’t perform that action at this time.
0 commit comments