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
c10234ad 46367359

+1
+1
.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 g++ gcc libc6-dev libffi-dev libgmp-dev make xz-utils zlib1g-dev git gnupg netbase 18 19 - run: nix-shell --command "just install-deps" 19 20 - run: nix-shell --command "just build-prod" 20 21 - run: ls ./build