Skip to content

Commit 6c961ff

Browse files
fixup: trying stuff
1 parent 40c8990 commit 6c961ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile=minimal --default-toolchain ${{ matrix.toolchain }}
4949
- name: Use rust-lld linker on Windows
5050
if: matrix.platform == 'windows-latest'
51+
shell: bash
5152
run: echo "RUSTFLAGS=-C linker=rust-lld" >> "$GITHUB_ENV"
5253
- name: Install no-std-check dependencies for ARM Embedded
5354
if: "matrix.platform == 'self-hosted'"

0 commit comments

Comments
 (0)