We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 906a4b8 commit bd367e7Copy full SHA for bd367e7
.github/workflows/CI.yml
@@ -64,9 +64,7 @@ jobs:
64
with:
65
node-version: 20
66
cache: yarn
67
- - name: Install
68
- uses: dtolnay/rust-toolchain@stable
69
- if: ${{ !matrix.settings.docker }}
+ docker }}
70
71
toolchain: stable
72
targets: ${{ matrix.settings.target }}
@@ -108,6 +106,7 @@ jobs:
108
106
image: ${{ matrix.settings.docker }}
109
107
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 }}
+ shell: bash
111
- name: Build
112
113
if: ${{ !matrix.settings.docker }}
0 commit comments