Skip to content

Commit

Permalink
debug 01
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Jun 17, 2024
1 parent f3691d0 commit 105707c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Generate build system
run: |
cmake -B build --preset ${{ matrix.conf.preset }} -DCMAKE_TOOLCHAIN_FILE="$env:VCPKG_INSTALLATION_ROOT\scripts\buildsystems\vcpkg.cmake" -DCCACHE_EXECUTABLE="$env:ChocolateyInstall\lib\ccache\tools\ccache-$env:CI_CCACHE_VERSION-windows-x86_64\ccache.exe" -DBUILD_BENCH=ON -DBUILD_FUZZ_BINARY=ON -DWERROR=ON
cmake -B build --preset ${{ matrix.conf.preset }} -DCMAKE_TOOLCHAIN_FILE="$env:VCPKG_INSTALLATION_ROOT\scripts\buildsystems\vcpkg.cmake" -DCCACHE_EXECUTABLE="$env:ChocolateyInstall\lib\ccache\tools\ccache-$env:CI_CCACHE_VERSION-windows-x86_64\ccache.exe" -DVCPKG_MANIFEST_NO_DEFAULT_FEATURES=ON -DBUILD_GUI=OFF -DENABLE_WALLET=OFF -DBUILD_TESTS=OFF
- name: Save vcpkg binary cache
uses: actions/cache/save@v4
Expand Down

0 comments on commit 105707c

Please sign in to comment.