dev-base #36

Merged
Snoweuph merged 54 commits from dev-base into nightly 2023-04-05 21:01:03 +00:00
Showing only changes of commit 897fc9afd8 - Show all commits

View file

@ -18,8 +18,10 @@ jobs:
container: container:
image: barichello/godot-ci:3.3.4 image: barichello/godot-ci:3.3.4
steps: steps:
- name: Setup NodeJS
- run: apt install nodejs -y
- name: Checkout - name: Checkout
uses: https://github.com/actions/checkout@v2 uses: https://github.com/actions/checkout@v3
- name: Setup - name: Setup
run: | run: |
mkdir -v -p ~/.local/share/godot/templates mkdir -v -p ~/.local/share/godot/templates