Skip to content

Commit 4ade14e

Browse files
committed
consistency
1 parent 35d06ed commit 4ade14e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ jobs:
303303
shell: bash
304304
- name: Set CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER
305305
run: echo "CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=${{ matrix.target }}-gcc" >> $GITHUB_ENV
306+
shell: bash
306307
- name: Cache target directory
307308
uses: actions/cache@v4
308309
with:
@@ -351,6 +352,7 @@ jobs:
351352
shell: bash
352353
- name: Set CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER
353354
run: echo "CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=${{ matrix.target }}-gcc" >> $GITHUB_ENV
355+
shell: bash
354356
- name: Cache target directory
355357
uses: actions/cache@v4
356358
with:

0 commit comments

Comments
 (0)