Update .forgejo/workflows/build.yaml
This commit is contained in:
parent
50249bf5a5
commit
7b1f0814d2
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ jobs:
|
||||||
env:
|
env:
|
||||||
Desktop: "template"
|
Desktop: "template"
|
||||||
steps:
|
steps:
|
||||||
# - name: Install Node.js
|
- name: Install Node.js
|
||||||
# run: pacman -Sy --noconfirm nodejs npm git sudo
|
run: pacman -Sy --noconfirm nodejs npm git sudo
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Add table
Reference in a new issue