Skip to content

Commit 6f31e48

Browse files
committed
set INSTALL_DIRs
1 parent dc4c6fc commit 6f31e48

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/c_actions.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ jobs:
5454
run: make clean; make SPYNNAKER_DEBUG=DEBUG
5555
working-directory: neural_modelling
5656
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
5761
C_LOGS_DICT: ${{ github.workspace }}/spynnaker/pyNN/model_binaries/logs.sqlite3
5862
CFLAGS: -fdiagnostics-color=always
5963

0 commit comments

Comments
 (0)