Skip to content

Commit

Permalink
fix java_jar_path again
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jul 8, 2024
1 parent 0b9be16 commit 3238894
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 @@ -174,7 +174,7 @@ jobs:
echo "external_binaries=$PWD/external_binaries" >> ~/.spiNNakerGraphFrontEnd.cfg
echo '[Java]' >> ~/.spiNNakerGraphFrontEnd.cfg
echo 'use_java = True' >> ~/.spiNNakerGraphFrontEnd.cfg
echo "java_jar_path=$PWD/external_binaries/spinnaker-exe.jar >> ~/.spiNNakerGraphFrontEnd.cfg
echo "java_jar_path=$PWD/external_binaries/spinnaker-exe.jar" >> ~/.spiNNakerGraphFrontEnd.cfg
cat ~/.spiNNakerGraphFrontEnd.cfg
- name: Test with pytest and proxy
Expand Down

0 comments on commit 3238894

Please sign in to comment.