fix: remove redundant Node installation steps from export jobs in release workflow
Some checks failed
Build Release / Windows Export (pull_request) Has been cancelled
Build Release / Linux Export (pull_request) Has been cancelled
Build Release / Mac Export (pull_request) Has been cancelled
Build Release / Create Release (pull_request) Has been cancelled

This commit is contained in:
2026-03-17 21:52:18 +01:00
parent c9743d65b7
commit ebe34e1750

View File

@@ -17,10 +17,6 @@ jobs:
runs-on: ghcr.io/catthehacker/ubuntu:full-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:
@@ -48,10 +44,6 @@ jobs:
runs-on: ghcr.io/catthehacker/ubuntu:full-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:
@@ -111,10 +103,6 @@ jobs:
runs-on: ghcr.io/catthehacker/ubuntu:full-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: