ci: enable FlakeHub Cache (bump cache action + use-flakehub)
This commit is contained in:
@@ -11,6 +11,7 @@ concurrency:
|
|||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
id-token: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
@@ -46,9 +47,9 @@ jobs:
|
|||||||
sandbox = false
|
sandbox = false
|
||||||
accept-flake-config = true
|
accept-flake-config = true
|
||||||
|
|
||||||
- uses: DeterminateSystems/magic-nix-cache-action@v8
|
- uses: DeterminateSystems/magic-nix-cache-action@v14
|
||||||
with:
|
with:
|
||||||
use-flakehub: false
|
use-flakehub: true
|
||||||
|
|
||||||
- name: Build & Deploy
|
- name: Build & Deploy
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user