mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 06:22:15 -07:00
Install ccache via homebrew
This commit is contained in:
parent
e229c12b93
commit
d1881f3d19
1 changed files with 6 additions and 0 deletions
6
.github/workflows/desktop-build.yml
vendored
6
.github/workflows/desktop-build.yml
vendored
|
|
@ -272,6 +272,12 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Install ccache using Homebrew # (TODO: install it either via GHA or via vcpkg)
|
||||
shell: bash
|
||||
run: |
|
||||
brew update
|
||||
brew install ccache
|
||||
|
||||
- name: Setup vcpkg cache
|
||||
id: vcpkg-cache
|
||||
uses: TAServers/vcpkg-cache@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue