mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-13 00:19:32 -05:00
ci: enable nix binary cache
This commit is contained in:
parent
b66fa5aaab
commit
627a4b6cbb
7
.github/workflows/build-os-image.yml
vendored
7
.github/workflows/build-os-image.yml
vendored
@ -159,7 +159,12 @@ jobs:
|
||||
with:
|
||||
ref: ${{ inputs.ref || github.head_ref }}
|
||||
|
||||
- uses: cachix/install-nix-action@v22
|
||||
- uses: cachix/install-nix-action@6ed004b9ccb68dbc28e7c85bee15fa93dbd214ac # v22
|
||||
|
||||
- uses: cachix/cachix-action@6a9a34cdd93d0ae4b4b59fd678660efb08109f2f # v12
|
||||
with:
|
||||
name: katexochen
|
||||
extraPullNames: nix-community
|
||||
|
||||
- name: Build
|
||||
id: build
|
||||
|
Loading…
Reference in New Issue
Block a user