From 1f6e0838942712b6a0746c5cbb7d6c881b4d5b26 Mon Sep 17 00:00:00 2001 From: Andrey Onischenko Date: Wed, 30 Oct 2024 12:26:58 +0300 Subject: [PATCH] Fix arch build --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0a991d7..eac1e8f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: image: archlinux:latest steps: - name: Install packages - run: pacman -Syy -q --noconfirm && pacman -S -q --noconfirm git sudo base-devel p7zip nodejs jq asar dpkg unzip python rpm-tools glibc icu + run: pacman -Syy -q --noconfirm && pacman -S -q --noconfirm git sudo base-devel p7zip nodejs jq asar dpkg unzip python python-requests rpm-tools glibc icu - name: Checkout uses: actions/checkout@v4 with: