Skip to content

Commit

Permalink
A real fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Mar 10, 2024
1 parent 48a7842 commit 7a7e1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
working-directory: build
run: |
ccache --zero-stats
msbuild build_msvc\bitcoin.sln -property:CLToolPath=C:\ccache;CLToolExe=cl.exe;UseMultiToolTask=true;Configuration=Release -maxCpuCount -verbosity:minimal -noLogo
cmake --build . -j $env:NUMBER_OF_PROCESSORS --config Release
- name: Ccache stats
run: |
Expand Down

0 comments on commit 7a7e1b9

Please sign in to comment.