Skip to content

Commit

Permalink
Build Schools instead of SetHITs
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoudvanderleer committed Aug 17, 2024
1 parent 60ace1f commit a8c8c86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-schools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ jobs:
run: opam pin add coq ${{ env.coq-version }}

# Schools is built using the flags specified in code/dune.
- name: Compile SetHITs.
run: opam exec -- dune build SetHITs --display=short --error-reporting=twice
- name: Compile Schools.
run: opam exec -- dune build Schools --display=short --error-reporting=twice

0 comments on commit a8c8c86

Please sign in to comment.