Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Install nix
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentluce committed Aug 24, 2024
1 parent f295613 commit 59f53f7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci_wip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ jobs:
steps:
- name: Git checkout
uses: actions/checkout@v3

- name: Install Nix
uses: cachix/install-nix-action@v27
# relax sandbox due impure kontrol-service tests during build
with:
extra_nix_config: |
sandbox = relaxed
- name: Install CLI
run: curl get.kardinal.dev -sL | sh
Expand Down

0 comments on commit 59f53f7

Please sign in to comment.