Skip to content

Commit

Permalink
CI: cvc4 -> cvc5
Browse files Browse the repository at this point in the history
  • Loading branch information
sorki committed Nov 11, 2023
1 parent 43bcb2f commit 1a11156
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ jobs:
name: "GHC ${{ matrix.ghc }}, Cabal ${{ matrix.cabal }}, OS ${{ matrix.os }}"
runs-on: "${{ matrix.os }}"
steps:
- name: CVC4 dependency
run: sudo apt install cvc4
- name: CVC5 dependency
run: sudo apt install cvc5
- uses: "actions/checkout@v4"
with:
submodules: recursive
Expand Down
2 changes: 1 addition & 1 deletion ci.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ in haskellCi.generalCi
with extraSteps.pre
=
[ haskellCi.BuildStep.Name
{ name = "CVC4 dependency", run = "sudo apt install cvc4" }
{ name = "CVC5 dependency", run = "sudo apt install cvc5" }
]
)
haskellCi.DhallMatrix::{=}
Expand Down

0 comments on commit 1a11156

Please sign in to comment.