File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments