A music player that connects to your cloud/distributed storage.
0
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
b11b2bec 7b8405b6

+1 -2
+1 -2
.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: nix-build 19 - - run: just build-prod 18 + - run: nix-shell --command "just build-prod" 20 19 - run: ls ./build