Skip to content

Commit

Permalink
download godot
Browse files Browse the repository at this point in the history
  • Loading branch information
Ughuuu committed Nov 2, 2024
1 parent f793675 commit eaa5410
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/android_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: chickensoft-games/setup-godot@v1
name: 🤖 Setup Godot
with:
version: 4.3.0
use-dotnet: false
- name: 🔬 Verify Setup
run: |
godot --version
- name: Set up Java 11
uses: actions/setup-java@v4
with:
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/ios_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: chickensoft-games/setup-godot@v1
name: 🤖 Setup Godot
with:
version: 4.3.0
use-dotnet: false
- name: 🔬 Verify Setup
run: |
godot --version
- name: Build
uses: ./.github/actions/build
with:
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/linux_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: chickensoft-games/setup-godot@v1
name: 🤖 Setup Godot
with:
version: 4.3.0
use-dotnet: false
- name: 🔬 Verify Setup
run: |
godot --version
- name: "Install dependencies"
shell: sh
run: |
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/macos_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: chickensoft-games/setup-godot@v1
name: 🤖 Setup Godot
with:
version: 4.3.0
use-dotnet: false
- name: 🔬 Verify Setup
run: |
godot --version
- name: Build
uses: ./.github/actions/build
with:
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/web_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: chickensoft-games/setup-godot@v1
name: 🤖 Setup Godot
with:
version: 4.3.0
use-dotnet: false
- name: 🔬 Verify Setup
run: |
godot --version
- name: Set up Emscripten latest
uses: mymindstorm/setup-emsdk@v14
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/windows_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: chickensoft-games/setup-godot@v1
name: 🤖 Setup Godot
with:
version: 4.3.0
use-dotnet: false
- name: 🔬 Verify Setup
run: |
godot --version
- name: Build
uses: ./.github/actions/build
with:
Expand Down

0 comments on commit eaa5410

Please sign in to comment.