Skip to content

Commit 5e0a232

Browse files
committed
ci: try working around rust-lang/cargo#4133
1 parent 1493425 commit 5e0a232

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/check-and-build-and-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,12 @@ jobs:
5656

5757
- runner: windows-latest
5858
target: x86_64-pc-windows-msvc
59+
fail-fast: false # WIP: debugging
5960
runs-on: ${{ matrix.supporteds.runner }}
6061
timeout-minutes: 15
62+
env:
63+
# https://github.com/rust-lang/stacker/issues/80#issuecomment-1547991131
64+
CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_LINKER: aarch64-linux-gnu-gcc
6165
steps:
6266
- name: Checkout repository
6367
uses: actions/checkout@v4

0 commit comments

Comments
 (0)