From 33e21e16f50a5c706f2762067fe946812236f091 Mon Sep 17 00:00:00 2001 From: Sohrab Behdani Date: Wed, 19 Mar 2025 14:20:46 +0330 Subject: [PATCH] apt to pac --- .forgejo/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index 06db37c..26c16bb 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -41,7 +41,7 @@ jobs: git config --global user.email "github-actions[bot]@users.noreply.github.com" - name: Install dependencies - run: pacman -Sy && pacman -S --noconfirm 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