mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-09-21 09:05:10 -07:00
Disable ccache explicitly, it's installed and available in PATH
`-- Found CCache C:/Strawberry/c/bin/ccache.exe`
This commit is contained in:
parent
967b78c029
commit
99fefee2cd
1 changed files with 1 additions and 0 deletions
1
.github/workflows/desktop-build.yml
vendored
1
.github/workflows/desktop-build.yml
vendored
|
|
@ -325,6 +325,7 @@ jobs:
|
|||
qt_version: 6.11.0
|
||||
qt_modules: qtimageformats qtmultimedia qtwebsockets
|
||||
type: Release
|
||||
use_ccache: 0
|
||||
|
||||
name: ${{ matrix.os }} ${{ matrix.target }}${{ matrix.soc == 'Intel' && ' Intel' || '' }}${{ matrix.type == 'Debug' && ' Debug' || '' }}
|
||||
needs: configure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue