diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index b4333d4..465a849 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -17,14 +17,16 @@ jobs: runs-on: ubuntu-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: lfs: true - name: Setup run: | - apt-get update - apt-get install -y nodejs npm mkdir -v -p ~/.local/share/godot/export_templates/ mkdir -v -p ~/.config/ mv /root/.config/godot ~/.config/godot @@ -46,14 +48,16 @@ jobs: runs-on: ubuntu-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: lfs: true - name: Setup run: | - apt-get update - apt-get install -y nodejs npm mkdir -v -p ~/.local/share/godot/export_templates/ mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable - name: Linux Build @@ -107,14 +111,16 @@ jobs: runs-on: ubuntu-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: lfs: true - name: Setup run: | - apt-get update - apt-get install -y nodejs npm mkdir -v -p ~/.local/share/godot/export_templates/ mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable - name: Mac Build