Skip to content

Commit 9596495

Browse files
committed
CI: fix cached ndless toolchain
1 parent 8b2cdfc commit 9596495

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ jobs:
6767
if: steps.sdk-cache.outputs.cache-hit != 'true'
6868
run: echo "$GITHUB_WORKSPACE/ndless/ndless-sdk/toolchain/install/bin" >> $GITHUB_PATH
6969
- name: Install ndless SDK dependencies
70-
if: steps.sdk-cache.outputs.cache-hit != 'true'
70+
# we need this at runtime as well
71+
#if: steps.sdk-cache.outputs.cache-hit != 'true'
7172
run: sudo apt install -y libboost-program-options-dev
7273
- name: Build ndless SDK
7374
if: steps.sdk-cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)