File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments