Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Nov 6, 2024
1 parent 6f6cba1 commit 41ccc37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,15 +102,15 @@ jobs:
- name: Install Nix on ${{ matrix.systems.nix-system }} system
uses: DeterminateSystems/nix-installer-action@main
with:
_internal-obliterate-actions-id-token-request-url: true
_internal-obliterate-actions-id-token-request-url: ${{ matrix.id-token == 'none' }}
determinate: ${{ matrix.determinate }}
extra-conf: |
narinfo-cache-negative-ttl = 0
- name: Cache the store
uses: ./
with:
_internal-strict-mode: true
_internal-obliterate-actions-id-token-request-url: true
_internal-obliterate-actions-id-token-request-url: ${{ matrix.id-token == 'none' }}
use-gha-cache: ${{ matrix.use-gha-cache }}
use-flakehub: ${{ matrix.use-flakehub }}
- name: Check the cache for liveness
Expand Down

0 comments on commit 41ccc37

Please sign in to comment.