parent
4580ad67f3
commit
897fc9afd8
1 changed files with 3 additions and 1 deletions
|
@ -18,8 +18,10 @@ jobs:
|
|||
container:
|
||||
image: barichello/godot-ci:3.3.4
|
||||
steps:
|
||||
- name: Setup NodeJS
|
||||
- run: apt install nodejs -y
|
||||
- name: Checkout
|
||||
uses: https://github.com/actions/checkout@v2
|
||||
uses: https://github.com/actions/checkout@v3
|
||||
- name: Setup
|
||||
run: |
|
||||
mkdir -v -p ~/.local/share/godot/templates
|
||||
|
|
Reference in a new issue