We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b2cdfc commit 9596495Copy full SHA for 9596495
.github/workflows/main.yml
@@ -67,7 +67,8 @@ jobs:
67
if: steps.sdk-cache.outputs.cache-hit != 'true'
68
run: echo "$GITHUB_WORKSPACE/ndless/ndless-sdk/toolchain/install/bin" >> $GITHUB_PATH
69
- name: Install ndless SDK dependencies
70
- if: steps.sdk-cache.outputs.cache-hit != 'true'
+ # we need this at runtime as well
71
+ #if: steps.sdk-cache.outputs.cache-hit != 'true'
72
run: sudo apt install -y libboost-program-options-dev
73
- name: Build ndless SDK
74
0 commit comments