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.

Also update version of upoad-artifact action to non-deprecated
version.
  • Loading branch information
ronorton authored and rmn30 committed Apr 30, 2024
1 parent d641fb1 commit 33a892c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 bb50f71dced35cd199554f0360a93b934e6443a1 && opam install -y .
- name: Check out repository code
uses: actions/checkout@HEAD
with:
Expand All @@ -30,7 +30,7 @@ jobs:
eval $(opam env) && make -C archdoc
cp archdoc/cheriot-architecture.pdf install
- name: Upload simulator artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: cheriot_sim
path: install/

0 comments on commit 33a892c

Please sign in to comment.