mirror of
https://github.com/cucumber-sp/yandex-music-linux.git
synced 2025-04-19 23:33:42 +03:00
Add fixes to nix workflow
Previous workflow actually did not check nix build. Change-Id: I4a9fc3c8a7fcf17aec1328fcc5f340061ac86468
This commit is contained in:
parent
19d5878ccc
commit
3886843761
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@ -57,12 +57,12 @@ jobs:
|
|||||||
- name: Install nix
|
- name: Install nix
|
||||||
uses: cachix/install-nix-action@v22
|
uses: cachix/install-nix-action@v22
|
||||||
|
|
||||||
- name: Build
|
- uses: cachix/cachix-action@v12
|
||||||
run: sh ./.github/workflows/build.sh
|
|
||||||
|
|
||||||
- name: Upload artifact
|
|
||||||
uses: actions/upload-artifact@v4
|
|
||||||
with:
|
with:
|
||||||
path: ./result/*
|
name: yandexmisic
|
||||||
name: nix-package
|
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
|
- name: Build yandexmusic
|
||||||
|
run: NIXPKGS_ALLOW_UNFREE=1 nix build --impure .#yandexmusic
|
||||||
|
- name: Build yandexmusic background
|
||||||
|
run: NIXPKGS_ALLOW_UNFREE=1 nix build --impure .#yandexmusic-background
|
||||||
|
|
Loading…
Reference in New Issue
Block a user