Skip to content

Commit

Permalink
CI: fix cached ndless toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
fridtjof committed Jan 2, 2025
1 parent 8b2cdfc commit 9596495
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ jobs:
if: steps.sdk-cache.outputs.cache-hit != 'true'
run: echo "$GITHUB_WORKSPACE/ndless/ndless-sdk/toolchain/install/bin" >> $GITHUB_PATH
- name: Install ndless SDK dependencies
if: steps.sdk-cache.outputs.cache-hit != 'true'
# we need this at runtime as well
#if: steps.sdk-cache.outputs.cache-hit != 'true'
run: sudo apt install -y libboost-program-options-dev
- name: Build ndless SDK
if: steps.sdk-cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 9596495

Please sign in to comment.