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:
|
||||
Desktop: "template"
|
||||
steps:
|
||||
# - name: Checkout code
|
||||
# uses: actions/checkout@v4
|
||||
- name: Install Node.js
|
||||
run: pacman -Sy --noconfirm nodejs npm git
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Build ISO
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue