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 fea89b1 commit 8309b8c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ inputs:
hax_repository:
required: true
default: "github:hacspec/hax"
hax_flake_uri:
required: true
default: "${{ inputs.hax_repository }}/${{ inputs.hax_reference }}"
runs:
using: "composite"
steps:
Expand All @@ -22,7 +19,7 @@ runs:
- name: Install binaries
run: nix profile install "$FLAKE"#hax "$FLAKE"#hax-env "$FLAKE"#fstar
env:
FLAKE: ${{ inputs.hax_flake_uri }}
FLAKE: "${{ inputs.hax_repository }}/${{ inputs.hax_reference }}"

- name: Setup environment variables
run: eval $(hax-env)

0 comments on commit 8309b8c

Please sign in to comment.