mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-21 10:38:27 -05:00
back to vanilla
This commit is contained in:
parent
ebd65401cb
commit
6e2b08a2e2
1 changed files with 8 additions and 9 deletions
17
.github/workflows/build.yml
vendored
17
.github/workflows/build.yml
vendored
|
@ -33,7 +33,6 @@ env:
|
|||
jobs:
|
||||
build-windows:
|
||||
name: Build Windows
|
||||
if: false
|
||||
runs-on: ubuntu-24.04
|
||||
|
||||
steps:
|
||||
|
@ -141,7 +140,6 @@ jobs:
|
|||
|
||||
env:
|
||||
SCCACHE_CACHE_MULTIARCH: 1
|
||||
SCCACHE_RECACHE: 1
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
@ -156,12 +154,14 @@ jobs:
|
|||
has-sccache: ${{ inputs.use-ccache }}
|
||||
if: inputs.build-debug-info
|
||||
|
||||
#- name: Setup caches
|
||||
# uses: ./.github/actions/setup-cache
|
||||
# with:
|
||||
# host: mac
|
||||
# target: mac
|
||||
# use-ccache: ${{ github.event_name != 'workflow_dispatch' || inputs.use-ccache }}
|
||||
# due to very strange performance issues, sccache is currently disabled for macos. sorry
|
||||
|
||||
# - name: Setup caches
|
||||
# uses: ./.github/actions/setup-cache
|
||||
# with:
|
||||
# host: mac
|
||||
# target: mac
|
||||
# use-ccache: ${{ github.event_name != 'workflow_dispatch' || inputs.use-ccache }}
|
||||
|
||||
- name: Setup Ninja
|
||||
uses: ./.github/actions/setup-ninja
|
||||
|
@ -222,7 +222,6 @@ jobs:
|
|||
|
||||
name: Build ${{ matrix.config.name }}
|
||||
runs-on: ubuntu-latest
|
||||
if: false
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
Loading…
Reference in a new issue