Skip to content

Commit

Permalink
MAYBE NOW ci.yml WILL WORK
Browse files Browse the repository at this point in the history
  • Loading branch information
elsoroka authored Jun 22, 2023
1 parent d83a3d4 commit df238bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@master
- name: Setup z3
run: sudo apt-get -y install z3
- name: Set up Julia 1.8.0
uses: julia-actions/setup-julia@v1
with:
version: "1.8.0"
run: sudo apt-get -y install z3
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
Expand Down

0 comments on commit df238bd

Please sign in to comment.