mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 14:32:15 -07:00
Install ccache via gha
This commit is contained in:
parent
e5f61b1001
commit
6dd32f8726
1 changed files with 5 additions and 5 deletions
10
.github/workflows/desktop-build.yml
vendored
10
.github/workflows/desktop-build.yml
vendored
|
|
@ -285,11 +285,11 @@ jobs:
|
|||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Install ccache and Ninja using Homebrew # (TODO: install them either via GHA or via vcpkg)
|
||||
shell: bash
|
||||
run: |
|
||||
brew update
|
||||
brew install ccache
|
||||
- name: Setup Ccache
|
||||
uses: jianmingyong/ccache-action@v1
|
||||
with:
|
||||
install: true
|
||||
install-type: "binary"
|
||||
|
||||
- name: Install Qt ${{matrix.qt_version}}
|
||||
uses: jurplel/install-qt-action@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue