Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
pkdawson committed Aug 9, 2024
1 parent f8fffb0 commit 3d06bce
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/gdext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- os: windows-latest
name: 🪟Windows

name: ${{ matrix.name }} build (precision=${{ matrix.precision }})
name: ${{ matrix.name }} (precision=${{ matrix.precision }})
runs-on: ${{ matrix.os }}

steps:
Expand Down Expand Up @@ -103,11 +103,13 @@ jobs:
gdext/scons_cache
key: ${{ env.cache_key }}

# TODO: restore gdext api cache if double

- name: Build
if: github.ref_type != 'tag' || runner.os != 'Windows'
run: |
cd gdext
scons precision=${{ matrix.precision }}godot-cpp
scons precision=${{ matrix.precision }} godot-cpp
scons precision=${{ matrix.precision }}
scons precision=${{ matrix.precision }} target=template_release godot-cpp
scons precision=${{ matrix.precision }} target=template_release
Expand Down

0 comments on commit 3d06bce

Please sign in to comment.