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