mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
add WindowsToolchain
This commit is contained in:
parent
1cfa23a6cd
commit
80e2ccc18b
4 changed files with 16 additions and 7 deletions
7
.github/workflows/desktop-build.yml
vendored
7
.github/workflows/desktop-build.yml
vendored
|
|
@ -337,13 +337,6 @@ jobs:
|
|||
with:
|
||||
submodules: recursive
|
||||
|
||||
# Set relevant environment variables for MSVC, used to ensure ninja + MSVC build correctly together
|
||||
- name: Setup MSVC (Windows)
|
||||
if: matrix.os == 'Windows'
|
||||
uses: ilammy/msvc-dev-cmd@v1.13.0
|
||||
with:
|
||||
arch: x64
|
||||
|
||||
- name: Setup ccache
|
||||
if: matrix.use_ccache == 1 && matrix.os == 'macOS'
|
||||
run: brew install ccache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue