Compare commits
6 commits
2025.03.18
...
main
Author | SHA1 | Date | |
---|---|---|---|
33e21e16f5 | |||
69cd650658 | |||
3f91fab842 | |||
06c5657681 | |||
b802c93007 | |||
ff4f8325dd |
1 changed files with 4 additions and 3 deletions
|
@ -31,8 +31,9 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: nodejs installation
|
||||
- run: pacman -Syu nodejs --noconfirm
|
||||
- uses: actions/checkout@v3
|
||||
run: pacman -Syu nodejs base-devel git --noconfirm
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Configure Git user
|
||||
run: |
|
||||
|
@ -40,7 +41,7 @@ jobs:
|
|||
git config --global user.email "github-actions[bot]@users.noreply.github.com"
|
||||
|
||||
- name: Install dependencies
|
||||
run: sudo apt-get update && sudo apt-get install -y parted wget dosfstools zip arch-install-scripts aria2 gh git
|
||||
run: pacman -Sy && pacman -S --noconfirm parted wget dosfstools zip arch-install-scripts aria2 github-cli git
|
||||
|
||||
- name: Set up QEMU
|
||||
uses: https://github.com/docker/setup-qemu-action@v2
|
||||
|
|
Loading…
Add table
Reference in a new issue