From 95561b9a945ec63df44505bef7118c33a9d2ec92 Mon Sep 17 00:00:00 2001 From: Yury Shvedov Date: Wed, 30 Oct 2024 14:43:51 +0300 Subject: [PATCH] Revert "Fix arch build" This reverts commit 1f6e0838942712b6a0746c5cbb7d6c881b4d5b26. --- .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 eac1e8f..0a991d7 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 python-requests rpm-tools glibc icu + run: pacman -Syy -q --noconfirm && pacman -S -q --noconfirm git sudo base-devel p7zip nodejs jq asar dpkg unzip python rpm-tools glibc icu - name: Checkout uses: actions/checkout@v4 with: