Skip to content

Commit b5d176b

Browse files
committed
Merge pull request #106003 from juanjp600/ci-macos-sconsflags-propagation
CI: Propagate `matrix.sconsflags` in macos_builds.yml
2 parents 8fe5502 + 257058a commit b5d176b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macos_builds.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@ jobs:
6868
- name: Compilation (x86_64)
6969
uses: ./.github/actions/godot-build
7070
with:
71-
sconsflags: ${{ env.SCONSFLAGS }} arch=x86_64 vulkan=${{ steps.vulkan-sdk.outputs.VULKAN_ENABLED }}
71+
sconsflags: ${{ env.SCONSFLAGS }} ${{ matrix.sconsflags }} arch=x86_64 vulkan=${{ steps.vulkan-sdk.outputs.VULKAN_ENABLED }}
7272
platform: macos
7373
target: ${{ matrix.target }}
7474
tests: ${{ matrix.tests }}
7575

7676
- name: Compilation (arm64)
7777
uses: ./.github/actions/godot-build
7878
with:
79-
sconsflags: ${{ env.SCONSFLAGS }} arch=arm64 vulkan=${{ steps.vulkan-sdk.outputs.VULKAN_ENABLED }}
79+
sconsflags: ${{ env.SCONSFLAGS }} ${{ matrix.sconsflags }} arch=arm64 vulkan=${{ steps.vulkan-sdk.outputs.VULKAN_ENABLED }}
8080
platform: macos
8181
target: ${{ matrix.target }}
8282
tests: ${{ matrix.tests }}

0 commit comments

Comments
 (0)