Skip to content

Commit

Permalink
use_java = False
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jul 8, 2024
1 parent d893113 commit fe8e8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
echo '[Mapping]' >> ~/.spiNNakerGraphFrontEnd.cfg
echo "external_binaries=$PWD/external_binaries" >> ~/.spiNNakerGraphFrontEnd.cfg
echo '[Java]' >> ~/.spiNNakerGraphFrontEnd.cfg
echo 'use_java = True' >> ~/.spiNNakerGraphFrontEnd.cfg
echo 'use_java = False' >> ~/.spiNNakerGraphFrontEnd.cfg
echo "java_jar_path=$PWD/external_binaries/spinnaker-exe.jar" >> ~/.spiNNakerGraphFrontEnd.cfg
cat ~/.spiNNakerGraphFrontEnd.cfg
Expand Down

0 comments on commit fe8e8c9

Please sign in to comment.