@@ -13,27 +13,27 @@ jobs:
1313 # (e.g. https://github.com/actions/checkout/issues/47)
1414 options : --user root
1515 steps :
16- - name : Install packages
17- run : |
18- apt update
19- apt install -y --no-install-recommends cmake
20- eval `opam env --safe`
21- # We're still using Rocq's old name for compatibility with versions < 9
22- opam install -y coq=9.0.0 coq-sail-stdpp=0.19
16+ - name : Install packages
17+ run : |
18+ apt update
19+ apt install -y --no-install-recommends cmake
20+ eval `opam env --safe`
21+ # We're still using Rocq's old name for compatibility with versions < 9
22+ opam install -y coq=9.0.0 coq-sail-stdpp=0.19
2323
24- - name : Install sail from binary
25- run : |
26- curl --location https://github.com/rems-project/sail/releases/download/0.19-linux-binary/sail.tar.gz | tar xvz --directory=/usr/local --strip-components=1
24+ - name : Install sail from binary
25+ run : |
26+ curl --location https://github.com/rems-project/sail/releases/download/0.19-linux-binary/sail.tar.gz | tar xvz --directory=/usr/local --strip-components=1
2727
28- - name : Check out repository code
29- uses : actions/checkout@v4
28+ - name : Check out repository code
29+ uses : actions/checkout@v4
3030
31- - name : Generate Rocq model
32- run : |
33- cmake -S . -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo -DDOWNLOAD_GMP=FALSE
34- cmake --build build --target generated_rocq_rv64d
31+ - name : Generate Rocq model
32+ run : |
33+ cmake -S . -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo -DDOWNLOAD_GMP=FALSE
34+ cmake --build build --target generated_rocq_rv64d
3535
36- - name : Compile Rocq output
37- run : |
38- eval `opam env --safe`
39- cmake --build build --target build_rocq_rv64d
36+ - name : Compile Rocq output
37+ run : |
38+ eval `opam env --safe`
39+ cmake --build build --target build_rocq_rv64d
0 commit comments