0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2024-12-25 14:54:38 +03:00

Merge pull request #21 from Maks1mS/improve-ci

Improve CI
This commit is contained in:
Andrey Onishchenko 2024-02-01 21:31:19 +03:00 committed by GitHub
commit 2a6702b05e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -14,9 +14,9 @@ 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 sh ./build_deb.sh -a all
mkdir dist mkdir dist
mv deb/*.deb dist mv deb/*.deb dist

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