Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
W95Psp committed Feb 20, 2024
1 parent c0ae030 commit bd26dac
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/kyber.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,21 @@ jobs:
runs-on: "ubuntu-latest"

steps:
- name: ⤵ Clone Libcrux repository
uses: actions/checkout@v4
with:
repository: cryspen/libcrux
- uses: actions/checkout@v4
with:
path: hax
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main

- name: ⤵ Install hax
run: |
tree /home/runner/work/
nix profile install ./hax
- name: ⤵ Install FStar
run: nix profile install github:FStarLang/FStar/v2024.01.13

Expand All @@ -31,16 +40,6 @@ jobs:
repository: hacl-star/hacl-star
path: hacl-star

- name: ⤵ Clone Libcrux repository
uses: actions/checkout@v4
with:
repository: cryspen/libcrux

- name: ⤵ Install hax
run: |
tree /home/runner/work/
nix profile install ./hax
- name: 🏃 Extract the Kyber reference code
run: |
eval $(opam env)
Expand Down

0 comments on commit bd26dac

Please sign in to comment.