We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc4c6fc commit 6f31e48Copy full SHA for 6f31e48
.github/workflows/c_actions.yml
@@ -54,6 +54,10 @@ jobs:
54
run: make clean; make SPYNNAKER_DEBUG=DEBUG
55
working-directory: neural_modelling
56
env:
57
+ SPINN_INSTALL_DIR: ${{ github.workspace }}/spinnaker_tools_install
58
+ SPINN_COMMON_INSTALL_DIR: ${{ github.workspace }}/spinn_common_install
59
+ FEC_INSTALL_DIR: ${{ github.workspace }}/fec_install
60
+ SPYNNAKER_INSTALL_DIR: ${{ github.workspace }}/spynnaker_install
61
C_LOGS_DICT: ${{ github.workspace }}/spynnaker/pyNN/model_binaries/logs.sqlite3
62
CFLAGS: -fdiagnostics-color=always
63
0 commit comments