Skip to content

Commit

Permalink
Only install vcpkg packages when building loadtests.
Browse files Browse the repository at this point in the history
ls WinSDK to help debug glu32.lib issue.
  • Loading branch information
MarkCallow committed Nov 10, 2023
1 parent 31678b2 commit cfcbde2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
}
- name: Install Dependencies for load tests on arm64
if: matrix.arch == 'arm64'
if: matrix.arch == 'arm64' && matrix.options.loadtests
run: |
. $env:VCPKG_INSTALLATION_ROOT/vcpkg install SDL2:arm64-windows assimp:arm64-windows glew:arm64-windows
echo "CMAKE_TOOLCHAIN_FILE=$env:VCPKG_INSTALLATION_ROOT/scripts/buildsystems/vcpkg.cmake" >> $env:GITHUB_ENV
Expand Down Expand Up @@ -206,6 +206,7 @@ jobs:
Import-Module "$env:ChocolateyInstall/helpers/chocolateyInstaller.psm1"
refreshenv
$env:JAVA_HOME=$step_java_home
ls "C:\Program Files (x86)\Windows Kits\10\lib\10.0.22621.0\um\arm64"
ci_scripts/build_win.ps1
- name: Test Windows build
Expand Down

0 comments on commit cfcbde2

Please sign in to comment.