0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2025-01-11 22:41:03 +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") "Ubuntu")
echo Ubuntu echo Ubuntu
apt-get update 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 npm install -g @electron/asar
sh ./build_deb.sh -a all sh ./build_deb.sh -a all

View File

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