Skip to content

Commit bd367e7

Browse files
committed
bash..
1 parent 906a4b8 commit bd367e7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,7 @@ jobs:
6464
with:
6565
node-version: 20
6666
cache: yarn
67-
- name: Install
68-
uses: dtolnay/rust-toolchain@stable
69-
if: ${{ !matrix.settings.docker }}
67+
docker }}
7068
with:
7169
toolchain: stable
7270
targets: ${{ matrix.settings.target }}
@@ -108,6 +106,7 @@ jobs:
108106
image: ${{ matrix.settings.docker }}
109107
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'
110108
run: ${{ matrix.settings.build }}
109+
shell: bash
111110
- name: Build
112111
run: ${{ matrix.settings.build }}
113112
if: ${{ !matrix.settings.docker }}

0 commit comments

Comments
 (0)