apt node somesuch
This commit is contained in:
parent
4ce536f333
commit
8067c03654
1 changed files with 4 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: barichello/godot-ci:mono-4.6.1
|
image: barichello/godot-ci:mono-4.6.1
|
||||||
steps:
|
steps:
|
||||||
|
- name: apt
|
||||||
|
run: apt-get update && apt-get install -y nodejs npm
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
@ -43,6 +45,8 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: barichello/godot-ci:mono-4.6.1
|
image: barichello/godot-ci:mono-4.6.1
|
||||||
steps:
|
steps:
|
||||||
|
- name: apt
|
||||||
|
run: apt-get update && apt-get install -y nodejs npm
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue