Skip to content

Commit 3e34937

Browse files
committed
inspect path
1 parent f20d0e6 commit 3e34937

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

ci/run-windows.sh

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,11 @@ target="$1"
77
m4 --help
88
make --help
99

10+
echo "$PATH"
11+
1012
curl --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"

0 commit comments

Comments
 (0)