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 b5efc43 commit 3b9d556Copy full SHA for 3b9d556
.github/workflows/CI.yml
@@ -108,6 +108,7 @@ jobs:
108
image: ${{ matrix.settings.docker }}
109
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'
110
run: ${{ matrix.settings.build }}
111
+ shell: bash
112
- name: Build
113
114
if: ${{ !matrix.settings.docker }}
0 commit comments