Skip to content

Commit

Permalink
ci: update nix.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pnmadelaine committed Jun 12, 2024
1 parent 9186708 commit 95b4a48
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,18 @@ name: Nix
on:
push:
branches: [main, dev]
pull_request:

jobs:
nix:
runs-on: ubuntu-latest
steps:
- uses: DeterminateSystems/nix-installer-action@v12
- uses: DeterminateSystems/magic-nix-cache-action@v7
- name: Install & configure Cachix
shell: bash
run: |
nix-env --quiet -j8 -iA cachix -f https://cachix.org/api/v1/install
cachix use hax
- uses: actions/checkout@v4
- run: nix build -L .#ml-kem

0 comments on commit 95b4a48

Please sign in to comment.