Skip to content

Commit 195d499

Browse files
committed
dont set C_LOGS_DICT
1 parent d6637bf commit 195d499

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/c_actions.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ jobs:
5959
SPINN_COMMON_INSTALL_DIR: ${{ github.workspace }}/spinn_common_install
6060
FEC_INSTALL_DIR: ${{ github.workspace }}/fec_install
6161
SPYNNAKER_INSTALL_DIR: ${{ github.workspace }}/spynnaker_install
62-
C_LOGS_DICT: ${{ github.workspace }}/python_models8/model_binaries/logs.sqlite3
6362
CFLAGS: -fdiagnostics-color=always
6463
run: |
6564
make -C spinnaker_tools install
@@ -69,7 +68,6 @@ jobs:
6968
7069
- name: Build SpiNNaker C code globally
7170
env:
72-
C_LOGS_DICT: ${{ github.workspace }}/python_models8/model_binaries/logs.sqlite3
7371
CFLAGS: -fdiagnostics-color=always
7472
run: |
7573
make -C spinnaker_tools

0 commit comments

Comments
 (0)