mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-17 07:52:16 -07:00
address review comments
This commit is contained in:
parent
3d2a660b4d
commit
b27594b107
1 changed files with 1 additions and 3 deletions
4
.github/workflows/desktop-build.yml
vendored
4
.github/workflows/desktop-build.yml
vendored
|
|
@ -299,8 +299,6 @@ jobs:
|
||||||
soc: Apple
|
soc: Apple
|
||||||
xcode: "16.4"
|
xcode: "16.4"
|
||||||
type: Debug
|
type: Debug
|
||||||
package_suffix: "-macOS15_Debug"
|
|
||||||
artifact_name: macOS15_Debug-package
|
|
||||||
qt_version: 6.6.*
|
qt_version: 6.6.*
|
||||||
qt_arch: clang_64
|
qt_arch: clang_64
|
||||||
qt_modules: qtimageformats qtmultimedia qtwebsockets
|
qt_modules: qtimageformats qtmultimedia qtwebsockets
|
||||||
|
|
@ -355,7 +353,7 @@ jobs:
|
||||||
# Using jianmingyong/ccache-action to setup ccache without using brew
|
# Using jianmingyong/ccache-action to setup ccache without using brew
|
||||||
# It tries to download a binary of ccache from GitHub Release and falls back to building from source if it fails
|
# It tries to download a binary of ccache from GitHub Release and falls back to building from source if it fails
|
||||||
- name: Setup ccache
|
- name: Setup ccache
|
||||||
if: matrix.os == 'macOS'
|
if: matrix.use_ccache == 1
|
||||||
uses: jianmingyong/ccache-action@v1
|
uses: jianmingyong/ccache-action@v1
|
||||||
with:
|
with:
|
||||||
install-type: "binary"
|
install-type: "binary"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue