Compare commits

...

6 commits

Author SHA1 Message Date
33e21e16f5 apt to pac 2025-03-19 14:20:46 +03:30
69cd650658 apt to pac 2025-03-19 14:18:53 +03:30
3f91fab842 added git for testing 2025-03-19 14:17:12 +03:30
06c5657681 Update .forgejo/workflows/build.yml 2025-03-19 06:44:17 -04:00
b802c93007 v4 2025-03-18 20:59:20 +03:30
ff4f8325dd fixed syntax 2025-03-18 20:58:09 +03:30

View file

@ -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