This commit is contained in:
Graham Christensen 2024-05-10 16:22:11 -04:00
parent e4abe10aec
commit 7eebc54f8a

View file

@ -57,10 +57,10 @@ jobs:
- name: Install Nix - name: Install Nix
uses: DeterminateSystems/nix-installer-action@main uses: DeterminateSystems/nix-installer-action@main
with: with:
trust-runner-user: null
flakehub: true flakehub: true
extra-conf: | extra-conf: |
narinfo-cache-negative-ttl = 0 narinfo-cache-negative-ttl = 0
trusted-users = root
- name: Cache the store - name: Cache the store
uses: ./ uses: ./
- name: Check the cache for liveness - name: Check the cache for liveness