fix: streamline Node installation steps in export jobs for all platforms
Some checks failed
Some checks failed
This commit is contained in:
@@ -17,14 +17,16 @@ jobs:
|
|||||||
runs-on: ubuntu-24.04 # Use 24.04 with godot 4
|
runs-on: ubuntu-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:
|
||||||
lfs: true
|
lfs: true
|
||||||
- name: Setup
|
- name: Setup
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
|
||||||
apt-get install -y nodejs npm
|
|
||||||
mkdir -v -p ~/.local/share/godot/export_templates/
|
mkdir -v -p ~/.local/share/godot/export_templates/
|
||||||
mkdir -v -p ~/.config/
|
mkdir -v -p ~/.config/
|
||||||
mv /root/.config/godot ~/.config/godot
|
mv /root/.config/godot ~/.config/godot
|
||||||
@@ -46,14 +48,16 @@ jobs:
|
|||||||
runs-on: ubuntu-24.04 # Use 24.04 with godot 4
|
runs-on: ubuntu-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:
|
||||||
lfs: true
|
lfs: true
|
||||||
- name: Setup
|
- name: Setup
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
|
||||||
apt-get install -y nodejs npm
|
|
||||||
mkdir -v -p ~/.local/share/godot/export_templates/
|
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
|
mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable
|
||||||
- name: Linux Build
|
- name: Linux Build
|
||||||
@@ -107,14 +111,16 @@ jobs:
|
|||||||
runs-on: ubuntu-24.04 # Use 24.04 with godot 4
|
runs-on: ubuntu-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:
|
||||||
lfs: true
|
lfs: true
|
||||||
- name: Setup
|
- name: Setup
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
|
||||||
apt-get install -y nodejs npm
|
|
||||||
mkdir -v -p ~/.local/share/godot/export_templates/
|
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
|
mv /root/.local/share/godot/export_templates/${GODOT_VERSION}.stable ~/.local/share/godot/export_templates/${GODOT_VERSION}.stable
|
||||||
- name: Mac Build
|
- name: Mac Build
|
||||||
|
|||||||
Reference in New Issue
Block a user