0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2025-04-04 16:23:44 +03:00

Revert "Fix arch build"

This reverts commit 1f6e083894.
This commit is contained in:
Yury Shvedov 2024-10-30 14:43:51 +03:00
parent 1f6e083894
commit 95561b9a94

View File

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