Skip to content

Commit 3b9d556

Browse files
committed
fix
1 parent b5efc43 commit 3b9d556

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ jobs:
108108
image: ${{ matrix.settings.docker }}
109109
options: '--user 0:0 -v ${{ github.workspace }}/.cargo-cache/git/db:/usr/local/cargo/git/db -v ${{ github.workspace }}/.cargo/registry/cache:/usr/local/cargo/registry/cache -v ${{ github.workspace }}/.cargo/registry/index:/usr/local/cargo/registry/index -v ${{ github.workspace }}:/build -w /build'
110110
run: ${{ matrix.settings.build }}
111+
shell: bash
111112
- name: Build
112113
run: ${{ matrix.settings.build }}
113114
if: ${{ !matrix.settings.docker }}

0 commit comments

Comments
 (0)