A music player that connects to your cloud/distributed storage.
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update native-build.yml

authored by

Steven Vandevelde and committed by
GitHub
aa352563 00834b0d

+3 -3
+3 -3
.github/workflows/native-build.yml
··· 15 15 - uses: cachix/install-nix-action@v10 16 16 with: 17 17 nix_path: nixpkgs=channel:nixos-unstable 18 - - run: sudo apt-get install build-essential g++ gcc libc6-dev libffi-dev libgmp-dev make xz-utils zlib1g-dev git gnupg netbase 19 - - run: nix-shell --command "just install-deps" 20 - - run: nix-shell --command "just build-prod" 18 + - run: nix-shell --run "sudo apt-get install g++ gcc libc6-dev libffi-dev libgmp-dev make xz-utils zlib1g-dev git gnupg netbase" 19 + - run: nix-shell --run "just install-deps" 20 + - run: nix-shell --run "just build-prod" 21 21 - run: ls ./build