dev-base #33

Merged
Snoweuph merged 19 commits from dev-base into dev-resouces 2023-04-05 20:51:15 +00:00
Showing only changes of commit 020ce1ffb8 - Show all commits

View file

@ -19,7 +19,7 @@ jobs:
image: barichello/godot-ci:3.3.4 image: barichello/godot-ci:3.3.4
steps: steps:
- name: Setup - name: Setup
run: apt install nodejs -y run: apt update -y && apt install nodejs -y
- name: Checkout - name: Checkout
uses: https://github.com/actions/checkout@v3 uses: https://github.com/actions/checkout@v3
- name: Setup - name: Setup