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 d6637bf commit 195d499Copy full SHA for 195d499
1 file changed
.github/workflows/c_actions.yml
@@ -59,7 +59,6 @@ jobs:
59
SPINN_COMMON_INSTALL_DIR: ${{ github.workspace }}/spinn_common_install
60
FEC_INSTALL_DIR: ${{ github.workspace }}/fec_install
61
SPYNNAKER_INSTALL_DIR: ${{ github.workspace }}/spynnaker_install
62
- C_LOGS_DICT: ${{ github.workspace }}/python_models8/model_binaries/logs.sqlite3
63
CFLAGS: -fdiagnostics-color=always
64
run: |
65
make -C spinnaker_tools install
@@ -69,7 +68,6 @@ jobs:
69
68
70
- name: Build SpiNNaker C code globally
71
env:
72
73
74
75
make -C spinnaker_tools
0 commit comments