parent
029b329c74
commit
01ba6c46a0
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
apt update -y
|
apt update -y
|
||||||
apt upgrade -y
|
apt upgrade -y
|
||||||
apt install nodejs -y
|
apt install -y nodejs ca-certificates
|
||||||
|
ls /root/.local/share/godot/templates/
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: https://github.com/actions/checkout@v2
|
uses: https://github.com/actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue