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
00834b0d c10234ad

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