Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
W95Psp committed Feb 28, 2024
1 parent adc797a commit 37347da
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
echo "HAX_PROOF_LIBS=$HAX_PROOF_LIBS"
echo "HAX_LIB=$HAX_LIB"
echo "HACL_HOME=$HACL_HOME"
echo "TEST=$TEST"
echo "F* version"
fstar.exe --version
echo "hax help"
Expand Down
15 changes: 9 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,15 @@ runs:
nix-env --quiet -j8 -iA cachix -f https://cachix.org/api/v1/install
cachix use hax
- name: Install binaries
shell: bash
run: nix profile install "$FLAKE"#hax "$FLAKE"#hax-env "$FLAKE"#fstar
env:
FLAKE: "${{ inputs.hax_repository }}/${{ inputs.hax_reference }}"
# - name: Install binaries
# shell: bash
# run: nix profile install "$FLAKE"#hax "$FLAKE"#hax-env "$FLAKE"#fstar
# env:
# FLAKE: "${{ inputs.hax_repository }}/${{ inputs.hax_reference }}"

- name: Setup environment variables
shell: bash
run: eval $(hax-env)
run: |
# eval $(hax-env)
echo "TEST=123" >> $GITHUB_ENV

0 comments on commit 37347da

Please sign in to comment.