Skip to content

Commit

Permalink
Update tla_model_checker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
greenSnot authored Jul 12, 2024
1 parent 5c999b0 commit 74fcbef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tla_model_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
distribution: oracle
java-version: 21
- run: wget https://github.com/tlaplus/tlaplus/releases/download/v1.8.0/tla2tools.jar
- run: java tla2tools.jar -XX:+UseParallelGC -DTLA-Library= tlc2.TLC tla+/quadratic_aba.tla -tool -modelcheck -config tla+/quadratic_aba.cfg -workers 12
- run: java ./tla2tools.jar -XX:+UseParallelGC -DTLA-Library= tlc2.TLC tla+/quadratic_aba.tla -tool -modelcheck -config tla+/quadratic_aba.cfg -workers 12

0 comments on commit 74fcbef

Please sign in to comment.