Skip to content

Commit f929fdb

Browse files
committed
fix log
1 parent ec28929 commit f929fdb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ jobs:
169169
if: matrix.os == 'windows-2025'
170170
shell: msys2 {0}
171171
run: |
172+
rustc -vV
173+
rustup show
172174
./ci/run.sh ${{ matrix.target }}
173175
174176
# # Non-linux tests just use our raw script

ci/run-windows.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ pacboy --noconfirm -S toolchain
2121

2222
pacman --noconfirm -S mingw-w64-x86_64-toolchain
2323

24+
# maybe only need mingw-w64-x86_64-gcc?
25+
2426
ls ~/
2527
echo 'export PATH="/c/Users/$USERNAME/.cargo/bin:$PATH"' >> ~/.bash_profile
2628

2729
echo "$PATH"
28-
29-
rustc -vV

0 commit comments

Comments
 (0)