Update main.yml

This commit is contained in:
Tyler Mayoff 2025-05-12 11:21:37 -04:00 committed by GitHub
parent 229111a6e9
commit 9ec5c5e2cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,6 +24,7 @@ jobs:
- uses: actions/checkout@v4
- run: |
curl -sSf -L https://install.lix.systems/lix | sh -s -- install --no-confirm
echo "trusted-users = root runner" | sudo tee -a /etc/nix/nix.conf && sudo pkill nix-daemon
- uses: cachix/cachix-action@v16
with:
name: tmayoff