Skip to content

Commit

Permalink
ci: add example running
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofavorito authored and gl3nng0uld committed Oct 23, 2024
1 parent 5626665 commit 805c359
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
cd submodules/slugs/src && make -j
- name: install Syfco
run: |
git clone https://github.com/reactive-systems/syfco.git
cd syfco
git clone https://github.com/reactive-systems/syfco.git syfco-repo
cd syfco-repo
git checkout 50585e0
stack install
- name: Install Z3
Expand Down

0 comments on commit 805c359

Please sign in to comment.