We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec28929 commit f929fdbCopy full SHA for f929fdb
.github/workflows/main.yaml
@@ -169,6 +169,8 @@ jobs:
169
if: matrix.os == 'windows-2025'
170
shell: msys2 {0}
171
run: |
172
+ rustc -vV
173
+ rustup show
174
./ci/run.sh ${{ matrix.target }}
175
176
# # Non-linux tests just use our raw script
ci/run-windows.sh
@@ -21,9 +21,9 @@ pacboy --noconfirm -S toolchain
21
22
pacman --noconfirm -S mingw-w64-x86_64-toolchain
23
24
+# maybe only need mingw-w64-x86_64-gcc?
25
+
26
ls ~/
27
echo 'export PATH="/c/Users/$USERNAME/.cargo/bin:$PATH"' >> ~/.bash_profile
28
29
echo "$PATH"
-
-rustc -vV
0 commit comments