Skip to content

Commit

Permalink
Use our own godot build
Browse files Browse the repository at this point in the history
  • Loading branch information
RevoluPowered committed Mar 26, 2024
1 parent e779d74 commit 3b11c7c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux_builds_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
uses: ammaraskar/gcc-problem-matcher@master

- name: Compilation
uses: ./godot-engine/.github/actions/godot-build
uses: ./.github/actions/godot-build
with:
sconsflags: ${{ env.SCONSFLAGS }} ${{ matrix.sconsflags }}
platform: linuxbsd
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos_builds_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,15 @@ jobs:
rm -Rf bin/
- name: Compilation (x86_64)
uses: ./godot-engine/.github/actions/godot-build
uses: ./.github/actions/godot-build
with:
sconsflags: ${{ env.SCONSFLAGS }} arch=x86_64
platform: macos
target: ${{ matrix.target }}
tests: ${{ matrix.tests }}

- name: Compilation (arm64)
uses: ./godot-engine/.github/actions/godot-build
uses: ./.github/actions/godot-build
with:
sconsflags: ${{ env.SCONSFLAGS }} arch=arm64
platform: macos
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_builds_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
uses: ammaraskar/msvc-problem-matcher@master

- name: Compilation
uses: ./godot-engine/actions/godot-build
uses: ./.github/actions/godot-build
with:
sconsflags: ${{ env.SCONSFLAGS }} ${{ matrix.sconsflags }}
platform: windows
Expand Down

0 comments on commit 3b11c7c

Please sign in to comment.