We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d06ed commit 4ade14eCopy full SHA for 4ade14e
.github/workflows/ci.yml
@@ -303,6 +303,7 @@ jobs:
303
shell: bash
304
- name: Set CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER
305
run: echo "CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=${{ matrix.target }}-gcc" >> $GITHUB_ENV
306
+ shell: bash
307
- name: Cache target directory
308
uses: actions/cache@v4
309
with:
@@ -351,6 +352,7 @@ jobs:
351
352
353
354
355
356
357
358
0 commit comments