Update build.yml
Some checks failed
Linux Export

This commit is contained in:
Snoweuph 2023-04-02 22:52:30 +02:00
parent 029b329c74
commit 01ba6c46a0

View file

@ -17,7 +17,8 @@ jobs:
run: |
apt update -y
apt upgrade -y
apt install nodejs -y
apt install -y nodejs ca-certificates
ls /root/.local/share/godot/templates/
- name: Checkout
uses: https://github.com/actions/checkout@v2
with: