Skip to content

Commit

Permalink
update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Andriushchenko committed Aug 26, 2024
1 parent 5f5a9c2 commit 66c30b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ git clone https://github.com/moves-rwth/storm.git storm
mkdir -p ${PREREQUISITES}/storm/build
cd ${PREREQUISITES}/storm/build
cmake ..
make storm-main storm-pomdp --jobs ${COMPILE_JOBS}
make storm storm-pomdp storm-counterexamples --jobs ${COMPILE_JOBS}
# make check --jobs ${COMPILE_JOBS}

# setup and activate python environment
Expand Down

0 comments on commit 66c30b7

Please sign in to comment.