File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -90,11 +90,11 @@ jobs:
9090 - { rust_channel: stable }
9191 - { target: x86_64-pc-windows-msvc, rust_channel: nightly }
9292 - { target: x86_64-pc-windows-msvc, os: windows-latest }
93+ exclude :
9394 - { target: aarch64-apple-darwin, os: macos-latest }
9495 - { target: x86_64-apple-darwin, os: macos-latest }
9596 - { target: x86_64-unknown-linux-gnu, os: ubuntu-22.04 }
9697 - { target: aarch64-unknown-linux-gnu, os: ubuntu-22.04 }
97- exclude :
9898 - { target: aarch64-apple-darwin, phpts: ts }
9999 - { target: x86_64-apple-darwin, phpts: ts }
100100 - { target: x86_64-unknown-linux-gnu, phpts: ts }
@@ -171,6 +171,14 @@ jobs:
171171 echo "LIB_EXT=dll" >> $GITHUB_ENV
172172 shell : bash
173173
174+ - name : Record toolchain versions
175+ if : runner.os == 'Windows'
176+ run : |
177+ rustc -Vv
178+ & "${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer\vswhere.exe" -latest -property catalog_productDisplayVersion
179+ & "${env:ProgramFiles(x86)}\Microsoft Visual Studio\Installer\vswhere.exe" -latest -property installationVersion
180+ shell : pwsh
181+
174182 - name : Build module
175183 run : |
176184 cargo build --release --target ${{ matrix.target }} --lib
You can’t perform that action at this time.
0 commit comments