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

try fix build

This commit is contained in:
Maxim Slipenko 2024-02-01 20:28:35 +03:00
parent 6e024c6a1c
commit 0a56d17b9c
2 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,7 @@ case $OS in
"Ubuntu")
echo Ubuntu
apt-get update
apt-get install -y jq curl p7zip-full nodejs npm unzip
apt-get install -y jq curl p7zip-full nodejs npm unzip jq
npm install -g @electron/asar
sh ./build_deb.sh -a all

View File

@ -32,6 +32,8 @@ jobs:
path: ./dist/*
nix-build:
runs-on: ubuntu-latest
env:
NIXPKGS_ALLOW_UNFREE: 1
steps:
- name: Checkout
uses: actions/checkout@v4