mirror of
https://github.com/geode-sdk/geode.git
synced 2025-04-06 10:04:29 -04:00
update build.yml
- fix windows-specific platform commands not being run - add ccache on windows
This commit is contained in:
parent
fdbc7344b3
commit
0948e5cb74
1 changed files with 2 additions and 3 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -40,13 +40,12 @@ jobs:
|
|||
- uses: ilammy/msvc-dev-cmd@v1
|
||||
with:
|
||||
arch: x86
|
||||
if: matrix.config.os == 'windows-latest'
|
||||
if: matrix.config.os_identifier == 'win'
|
||||
|
||||
- name: Configure ccache
|
||||
uses: hendrikmuhs/ccache-action@v1.2
|
||||
with:
|
||||
key: ${{ matrix.config.os }}
|
||||
if: matrix.config.os == 'macos-latest'
|
||||
|
||||
- name: Download CLI
|
||||
uses: robinraju/release-downloader@v1.5
|
||||
|
@ -94,7 +93,7 @@ jobs:
|
|||
with:
|
||||
name: resources
|
||||
path: ./bin/nightly/resources.zip
|
||||
if: matrix.config.os == 'windows-latest'
|
||||
if: matrix.config.os_identifier == 'win'
|
||||
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
|
|
Loading…
Add table
Reference in a new issue