Update build.yml
Some checks failed
Linux Export

This commit is contained in:
Snoweuph 2023-04-02 22:49:17 +02:00
parent ccf0a5bce7
commit 029b329c74

View file

@ -15,9 +15,9 @@ jobs:
steps: steps:
- name: Setting Up Packages - name: Setting Up Packages
run: | run: |
apt update apt update -y
apt upgrade apt upgrade -y
apt install nodejs apt install nodejs -y
- name: Checkout - name: Checkout
uses: https://github.com/actions/checkout@v2 uses: https://github.com/actions/checkout@v2
with: with: