0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2025-09-28 01:29:03 +03:00

Fix build dependencies in workflow

This commit is contained in:
Andrey Onischenko
2024-07-15 09:19:36 +03:00
committed by GitHub
parent a4ea3e1164
commit cb2e73dd25

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 rpm-tools glibc
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: