Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dc-mak committed Nov 2, 2024
1 parent f0af681 commit 3fba90f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ jobs:
run: |
opam switch ${{ matrix.version }}
eval $(opam env --switch=${{ matrix.version }})
dune runtest && cd cpp && ./test/run_test.py make && ./test/run_test.py for
dune runtest && cd cpp && python3 ./test/run_test.py make && python3 ./test/run_test.py for
3 changes: 2 additions & 1 deletion c-tree-carver.opam
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ authors: ["Dhruv Makwana <[email protected]"]
license: ["MIT" "BSD-2-Clause"]
tags: ["topics" "c" "clang" "tool" "tree-carving"]
homepage: "https://github.com/rems-project/c-tree-carver"
doc: "https://github.com/rems-project/c-tree-carver"
bug-reports: "https://github.com/rems-project/c-tree-carver/issues"
depends: [
"dune" {>= "3.7"}
"ocaml" {>= "4.14.1"}
"conf-c++"
"conf-cmake" {dev}
"conf-llvm" {= "15"}
"conf-libclang" {= "15"}
"conf-python-3" {with-test}
"fileutils" {>= "0.6.4"}
"shexp" {>= "v0.15.0"}
Expand Down

0 comments on commit 3fba90f

Please sign in to comment.