0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2024-12-23 22:22:59 +03:00

Fix arch build

This commit is contained in:
Andrey Onischenko 2024-10-30 12:26:58 +03:00
parent f96209a069
commit 1f6e083894

View File

@ -19,7 +19,7 @@ jobs:
image: archlinux:latest image: archlinux:latest
steps: steps:
- name: Install packages - 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 - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with: