Skip to content

Commit

Permalink
workaround for vcpkg download issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaelers committed Oct 3, 2024
1 parent a4c2448 commit a83ce1a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ jobs:
run: |
env
pip install Ninja2
export SystemDrive="$SYSTEMDRIVE"
export SystemRoot="$SYSTEMROOT"
export windir="$WINDIR"
cmake -G "Visual Studio 17 2022" -A x64 -B '${{ github.workspace }}/_build' \
-DCMAKE_TOOLCHAIN_FILE=${{ env.VCPKG_ROOT }}/scripts/buildsystems/vcpkg.cmake \
-DVCPKG_TARGET_TRIPLET=x64-windows \
Expand All @@ -107,6 +110,9 @@ jobs:
- name: build
shell: bash
run: |
export SystemDrive="$SYSTEMDRIVE"
export SystemRoot="$SYSTEMROOT"
export windir="$WINDIR"
cmake --build '${{github.workspace}}/_build' --config Release
cmake --install '${{github.workspace}}/_build' --config Release
Expand Down

0 comments on commit a83ce1a

Please sign in to comment.