Skip to content

Commit

Permalink
Use dev version of sail from github for CI.
Browse files Browse the repository at this point in the history
The github version of sail has some fixes we need for latex output.
Let's CI to this commit until a new sail is released.
  • Loading branch information
ronorton committed Apr 26, 2024
1 parent d641fb1 commit 24ca382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Init opam
run: opam init -y
- name: Install sail
run: opam pin -y sail 0.17.1
run: git clone -n https://github.com/rems-project/sail.git && cd sail && git checkout e03293dad1bd051651b0488778c648d0bc4b9888 && opam install -y .
- name: Check out repository code
uses: actions/checkout@HEAD
with:
Expand Down

0 comments on commit 24ca382

Please sign in to comment.