Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Joonas Onatsu <[email protected]>
  • Loading branch information
JoonasOnatsu committed Nov 21, 2024
1 parent a395f35 commit 9e61d64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,12 @@ jobs:
large-packages: true
docker-images: true
swap-storage: true
- name: Apt install
run: sudo apt-get update; sudo apt-get install -y git jq
- name: Install nix
uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs="github:NixOS/nixpkgs/$(jq -r '.nodes.nixpkgs.locked.rev' flake.lock)"
extra_nix_config: |
accept-flake-config = true
trusted-public-keys = prod-cache.vedenemo.dev~1:JcytRNMJJdYJVQCYwLNsrfVhct5dhCK2D3fa6O1WHOI= cache.ssrcdevops.tii.ae:oOrzj9iCppf+me5/3sN/BxEkp5SaFkHfKTPPZ97xXQk=
Expand Down

0 comments on commit 9e61d64

Please sign in to comment.