Update build.yml
Some checks failed
Linux Export

This commit is contained in:
Snoweuph 2023-04-02 22:48:07 +02:00
parent 0fc6689400
commit ccf0a5bce7

View file

@ -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: