Compare commits
2 Commits
70c407b5f9
...
ebe34e1750
| Author | SHA1 | Date | |
|---|---|---|---|
| ebe34e1750 | |||
| c9743d65b7 |
@@ -14,13 +14,9 @@ env:
|
||||
jobs:
|
||||
export-windows:
|
||||
name: Windows Export
|
||||
runs-on: ubuntu-24.04 # Use 24.04 with godot 4
|
||||
runs-on: ghcr.io/catthehacker/ubuntu:full-24.04 # Use 24.04 with godot 4
|
||||
container: barichello/godot-ci:4.3
|
||||
steps:
|
||||
- name: Node
|
||||
run: |
|
||||
apt-get update -qq
|
||||
apt-get install -y -qq
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
@@ -45,13 +41,9 @@ jobs:
|
||||
|
||||
export-linux:
|
||||
name: Linux Export
|
||||
runs-on: ubuntu-24.04 # Use 24.04 with godot 4
|
||||
runs-on: ghcr.io/catthehacker/ubuntu:full-24.04 # Use 24.04 with godot 4
|
||||
container: barichello/godot-ci:4.3
|
||||
steps:
|
||||
- name: Node
|
||||
run: |
|
||||
apt-get update -qq
|
||||
apt-get install -y -qq
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
@@ -74,7 +66,7 @@ jobs:
|
||||
|
||||
# export-web:
|
||||
# name: Web Export
|
||||
# runs-on: ubuntu-24.04 # Use 24.04 with godot 4
|
||||
# runs-on: ghcr.io/catthehacker/ubuntu:full-24.04 # Use 24.04 with godot 4
|
||||
# container:
|
||||
# image: barichello/godot-ci:4.3
|
||||
# steps:
|
||||
@@ -108,13 +100,9 @@ jobs:
|
||||
|
||||
export-mac:
|
||||
name: Mac Export
|
||||
runs-on: ubuntu-24.04 # Use 24.04 with godot 4
|
||||
runs-on: ghcr.io/catthehacker/ubuntu:full-24.04 # Use 24.04 with godot 4
|
||||
container: barichello/godot-ci:4.3
|
||||
steps:
|
||||
- name: Node
|
||||
run: |
|
||||
apt-get update -qq
|
||||
apt-get install -y -qq
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user