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:
parent
6e024c6a1c
commit
0a56d17b9c
2
.github/workflows/build.sh
vendored
2
.github/workflows/build.sh
vendored
@ -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
|
||||
|
||||
|
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user