Skip to content

Commit

Permalink
Merge pull request #3568 from TWal/twal/only_update_fstar_in_check_world
Browse files Browse the repository at this point in the history
fix(check-world): only update F* for Comparse, DY* and MLS*
  • Loading branch information
mtzguido authored Oct 15, 2024
2 parents 28d2213 + a35ab1b commit 6e8b157
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-world.yml
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ jobs:

- name: Update fstar flake and check
run: |
nix flake update --override-input fstar-flake "github:${{github.repository}}?rev=${{github.sha}}"
nix flake update --update-input fstar-flake --override-input fstar-flake "github:${{github.repository}}?rev=${{github.sha}}"
nix flake check
dy-star:
Expand All @@ -740,7 +740,7 @@ jobs:

- name: Update fstar flake and check
run: |
nix flake update --override-input fstar-flake "github:${{github.repository}}?rev=${{github.sha}}"
nix flake update --update-input fstar-flake --override-input fstar-flake "github:${{github.repository}}?rev=${{github.sha}}"
nix flake check
mls-star:
Expand All @@ -756,5 +756,5 @@ jobs:

- name: Update fstar flake and check
run: |
nix flake update --override-input fstar-flake "github:${{github.repository}}?rev=${{github.sha}}"
nix flake update --update-input fstar-flake --override-input fstar-flake "github:${{github.repository}}?rev=${{github.sha}}"
nix flake check

0 comments on commit 6e8b157

Please sign in to comment.