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 pin CI to this commit until a new sail is released.
  • Loading branch information
ronorton committed Apr 27, 2024
1 parent d641fb1 commit 43cb2d7
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 6be215fc13678b4c9c6b0a1d097121da9099c1cb && opam install -y .
- name: Check out repository code
uses: actions/checkout@HEAD
with:
Expand Down

0 comments on commit 43cb2d7

Please sign in to comment.