Skip to content

Commit

Permalink
${{ matrix.sconsflags }}
Browse files Browse the repository at this point in the history
  • Loading branch information
Bioblaze committed Nov 24, 2024
1 parent b96c858 commit 60cf757
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,15 +198,15 @@ jobs:
- name: Editor Compilation (x86_64)
uses: ./.github/actions/godot-build
with:
sconsflags: ${{ env.SCONSFLAGS }} arch=x86_64
sconsflags: ${{ env.SCONSFLAGS }} arch=x86_64 ${{ matrix.sconsflags }}
platform: macos
target: ${{ matrix.target }}
tests: false

- name: Editor Compilation (arm64)
uses: ./.github/actions/godot-build
with:
sconsflags: ${{ env.SCONSFLAGS }} arch=arm64
sconsflags: ${{ env.SCONSFLAGS }} arch=arm64 ${{ matrix.sconsflags }}
platform: macos
target: ${{ matrix.target }}
tests: false
Expand Down

0 comments on commit 60cf757

Please sign in to comment.