File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -164,6 +164,7 @@ jobs:
164164 shell : msys2 {0}
165165 run : |
166166 ./ci/run-windows.sh ${{ matrix.target }}
167+ ./ci/run.sh ${{ matrix.target }}
167168
168169 # # Non-linux tests just use our raw script
169170 # - name: Run locally
Original file line number Diff line number Diff line change @@ -7,14 +7,11 @@ target="$1"
77m4 --help
88make --help
99
10+ echo " $PATH "
11+
1012curl --proto ' =https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- \
1113 --default-toolchain nightly-x86_64-gnu \
12- --target " $target " -y
13-
14- # cargo -vV
15-
16- # rustup update nightly-x86_64-gnu
17- # rustup default nightly-x86_64-gnu
18- # rustup target add "$target"
14+ --target " $target " \
15+ --profile minimal -y
1916
20- ./ci/run.sh " $target "
17+ echo " $PATH "
You can’t perform that action at this time.
0 commit comments