Skip to content

Commit

Permalink
C_LOGS_DICT with full path
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed May 21, 2024
1 parent d08e375 commit 7650678
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/c_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,10 @@ jobs:
with:
packages: doxygen gcc-arm-none-eabi

- name: "Prepare: Set SPINN_DIRS"
- name: "Prepare: Set Environment variables
run: |
echo "Set SPINN_DIRS to $PWD/spinnaker_tools"
echo "SPINN_DIRS=$PWD/spinnaker_tools" >> $GITHUB_ENV
echo "C_LOGS_DICT=spinn_front_end_common/common_model_binaries/logs.sqlite3" >> $GITHUB_ENV
echo "C_LOGS_DICT=$PWD/spinn_front_end_common/common_model_binaries/logs.sqlite3" >> $GITHUB_ENV

- name: "Prepare: Checkout SpiNNaker C Dependencies"
uses: ./support/actions/install-spinn-deps
Expand Down

0 comments on commit 7650678

Please sign in to comment.