Skip to content

Commit 18a9996

Browse files
committed
fix: don't build windows artifacts since it breaks other builds
1 parent 2247a0a commit 18a9996

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/cd-registry-cli.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77
on:
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]+*"
1111
env:
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

.github/workflows/cd-scaffold-cli.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77
on:
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]+*"
1111
env:
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

0 commit comments

Comments
 (0)