Try Workflow
Some checks failed
Linux Export

This commit is contained in:
snoweuph 2023-03-20 19:15:30 +00:00
parent 897fc9afd8
commit fb9b000982

View file

@ -19,7 +19,8 @@ jobs:
image: barichello/godot-ci:3.3.4 image: barichello/godot-ci:3.3.4
steps: steps:
- name: Setup NodeJS - name: Setup NodeJS
- run: apt install nodejs -y - run: |
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