parent
0fc6689400
commit
ccf0a5bce7
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,11 @@ jobs:
|
|||
container:
|
||||
image: barichello/godot-ci:3.3.4
|
||||
steps:
|
||||
- name: Setting Up Packages
|
||||
run: |
|
||||
apt update
|
||||
apt upgrade
|
||||
apt install nodejs
|
||||
- name: Checkout
|
||||
uses: https://github.com/actions/checkout@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue