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