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 37347da commit 75c873d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ 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
14 changes: 6 additions & 8 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,13 @@ 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)
echo "TEST=123" >> $GITHUB_ENV
run: hax-env no-export >> $GITHUB_ENV

0 comments on commit 75c873d

Please sign in to comment.