We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b912fb commit 2fcc53bCopy full SHA for 2fcc53b
.github/workflows/build-nix.yml
@@ -36,7 +36,7 @@ jobs:
36
sudo apt install -q -y qemu-system-aarch64 qemu-efi-aarch64 binfmt-support qemu-user-static
37
mkdir -p ~/.config/nix
38
echo "system-features = aarch64-linux arm-linux" | sudo tee -a /etc/nix/nix.conf
39
- - uses: cachix/cachix-action@v15
+ - uses: cachix/cachix-action@v16
40
with:
41
name: unblob
42
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
0 commit comments