with checkout
This commit is contained in:
parent
9f9654d34e
commit
1fdbb7809f
1 changed files with 5 additions and 2 deletions
|
@ -11,8 +11,11 @@ jobs:
|
||||||
env:
|
env:
|
||||||
Desktop: "template"
|
Desktop: "template"
|
||||||
steps:
|
steps:
|
||||||
# - name: Checkout code
|
- name: Install Node.js
|
||||||
# uses: actions/checkout@v4
|
run: pacman -Sy --noconfirm nodejs npm git
|
||||||
|
|
||||||
|
- name: Checkout code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Build ISO
|
- name: Build ISO
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue