1
0
Fork 0

Compare commits

..

4 Commits

Author SHA1 Message Date
Loïc Guilloux 146b90632c
Merge c1a0662c1b into 7bb4940ebd 2025-07-19 08:31:41 +00:00
glx22 c1a0662c1b Temp: enable debug 2025-07-09 23:49:29 +02:00
glx22 5df8accbbd Codechange: [Actions] Use NuGet for vcpkg binary caching 2025-07-09 23:08:56 +02:00
glx22 7fc047392c Codechange: [Actions] Setup vcpkg via a composite action 2025-07-09 23:08:55 +02:00
2 changed files with 1 additions and 3 deletions

View File

@ -15,8 +15,6 @@ jobs:
name: CI name: CI
runs-on: windows-latest runs-on: windows-latest
permissions:
packages: write
steps: steps:
- name: Checkout - name: Checkout
@ -64,6 +62,7 @@ jobs:
-GNinja \ -GNinja \
-DVCPKG_TARGET_TRIPLET=${{ inputs.arch }}-windows-static \ -DVCPKG_TARGET_TRIPLET=${{ inputs.arch }}-windows-static \
-DCMAKE_TOOLCHAIN_FILE="${{ runner.temp }}\vcpkg\scripts\buildsystems\vcpkg.cmake" \ -DCMAKE_TOOLCHAIN_FILE="${{ runner.temp }}\vcpkg\scripts\buildsystems\vcpkg.cmake" \
-DVCPKG_INSTALL_OPTIONS="--debug" \
# EOF # EOF
echo "::endgroup::" echo "::endgroup::"

View File

@ -21,7 +21,6 @@ jobs:
actions: read actions: read
contents: read contents: read
security-events: write security-events: write
packages: write
steps: steps:
- name: Checkout - name: Checkout