test release #5

Merged
haylan merged 61 commits from main into release 2026-03-18 00:06:21 +01:00
Showing only changes of commit ebe34e1750 - Show all commits

View File

@@ -17,10 +17,6 @@ jobs:
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:
@@ -48,10 +44,6 @@ jobs:
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:
@@ -111,10 +103,6 @@ jobs:
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: