Skip to content

Commit

Permalink
another testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitish committed Jun 1, 2024
1 parent 33d1ef2 commit 20bd2ca
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,11 @@ jobs:
run: |
eval $(opam env)
opam pin --yes --no-action add .
opam pin --yes --no-action add ./src/sail_json_backend
opam install sail --yes
git clone https://github.com/ThinkOpenly/sail.git
cd sail
opam pin add sail
opam install . --deps-only
make install
- name: Test Sail
run: |
Expand Down

0 comments on commit 20bd2ca

Please sign in to comment.