|
@@ -50,7 +50,7 @@ jobs:
|
|
|
fetch-depth: 0
|
|
|
|
|
|
- name: Setup python and scons
|
|
|
- uses: ./.github/actions/setup-godot-deps
|
|
|
+ uses: ./.github/actions/setup-godot-deps-4
|
|
|
|
|
|
- name: Build Godot artifact
|
|
|
shell: bash
|
|
@@ -72,7 +72,7 @@ jobs:
|
|
|
fetch-depth: 0
|
|
|
|
|
|
- name: Setup python and scons
|
|
|
- uses: ./.github/actions/setup-godot-deps
|
|
|
+ uses: ./.github/actions/setup-godot-deps-4
|
|
|
|
|
|
- name: Build Godot artifact
|
|
|
shell: bash
|
|
@@ -96,7 +96,7 @@ jobs:
|
|
|
fetch-depth: 0
|
|
|
|
|
|
- name: Setup python and scons
|
|
|
- uses: ./.github/actions/setup-godot-deps
|
|
|
+ uses: ./.github/actions/setup-godot-deps-4
|
|
|
|
|
|
- name: Build Godot artifact
|
|
|
shell: bash
|
|
@@ -124,7 +124,7 @@ jobs:
|
|
|
fetch-depth: 0
|
|
|
|
|
|
- name: Setup python and scons
|
|
|
- uses: ./.github/actions/setup-godot-deps
|
|
|
+ uses: ./.github/actions/setup-godot-deps-4
|
|
|
|
|
|
- name: Build Godot artifact
|
|
|
run: |
|
|
@@ -146,7 +146,7 @@ jobs:
|
|
|
fetch-depth: 0
|
|
|
|
|
|
- name: Setup python and scons
|
|
|
- uses: ./.github/actions/setup-godot-deps
|
|
|
+ uses: ./.github/actions/setup-godot-deps-4
|
|
|
|
|
|
- name: Build Godot artifact
|
|
|
run: |
|
|
@@ -168,7 +168,7 @@ jobs:
|
|
|
fetch-depth: 0
|
|
|
|
|
|
- name: Setup python and scons
|
|
|
- uses: ./.github/actions/setup-godot-deps
|
|
|
+ uses: ./.github/actions/setup-godot-deps-4
|
|
|
|
|
|
- name: Build Godot artifact
|
|
|
run: |
|
|
@@ -197,7 +197,7 @@ jobs:
|
|
|
fetch-depth: 0
|
|
|
|
|
|
- name: Setup python and scons
|
|
|
- uses: ./.github/actions/setup-godot-deps
|
|
|
+ uses: ./.github/actions/setup-godot-deps-4
|
|
|
|
|
|
- name: Build Godot artifact
|
|
|
shell: bash
|
|
@@ -238,7 +238,7 @@ jobs:
|
|
|
java-version: 17
|
|
|
|
|
|
- name: Setup python and scons
|
|
|
- uses: ./.github/actions/setup-godot-deps
|
|
|
+ uses: ./.github/actions/setup-godot-deps-4
|
|
|
|
|
|
- name: Build Godot artifact
|
|
|
shell: bash
|
|
@@ -283,7 +283,7 @@ jobs:
|
|
|
emcc -v
|
|
|
|
|
|
- name: Setup python and scons
|
|
|
- uses: ./.github/actions/setup-godot-deps
|
|
|
+ uses: ./.github/actions/setup-godot-deps-4
|
|
|
|
|
|
- name: Build Godot artifact
|
|
|
run: |
|