Skip to content

Commit

Permalink
Fixed specification-transformation.zip
Browse files Browse the repository at this point in the history
  • Loading branch information
leventeBajczi committed Nov 14, 2024
1 parent 208ff04 commit 8a1452e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-spec-transformation/patch.diff
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ index 86a7a74e..56f3336a 100644
- [
- f"lib/cpachecker/bin/cpachecker",
+ [ "java", "-cp",
+ f"{os.path.dirname(os.path.dirname(__file__))}/cpachecker/runtime/*:{os.path.dirname(os.path.dirname(__file__))}/cpachecker/cpachecker.jar",
+ f"{{os.path.dirname(os.path.dirname(os.path.dirname(__file__)))}}/cpachecker/runtime/*:{os.path.dirname(os.path.dirname(os.path.dirname(__file__)))}/cpachecker/cpachecker.jar",
+ "org.sosy_lab.cpachecker.cmdline.CPAMain",
"--preprocess",
"--option",
Expand Down

0 comments on commit 8a1452e

Please sign in to comment.