Skip to content

Commit b5efc43

Browse files
committed
Revert "bash.."
This reverts commit bd367e7.
1 parent bd367e7 commit b5efc43

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ jobs:
6464
with:
6565
node-version: 20
6666
cache: yarn
67-
docker }}
67+
- name: Install
68+
uses: dtolnay/rust-toolchain@stable
69+
if: ${{ !matrix.settings.docker }}
6870
with:
6971
toolchain: stable
7072
targets: ${{ matrix.settings.target }}
@@ -106,7 +108,6 @@ jobs:
106108
image: ${{ matrix.settings.docker }}
107109
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'
108110
run: ${{ matrix.settings.build }}
109-
shell: bash
110111
- name: Build
111112
run: ${{ matrix.settings.build }}
112113
if: ${{ !matrix.settings.docker }}

0 commit comments

Comments
 (0)