Skip to content

Commit 39fb396

Browse files
committed
ci again
1 parent 2adabcd commit 39fb396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/githubci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
BSP_VERSION=`eval ls $HOME/$BSP_PATH`
5656
rm -r $HOME/$BSP_PATH/*
5757
ln -s $GITHUB_WORKSPACE $HOME/$BSP_PATH/$BSP_VERSION
58-
arduino-cli lib install $(LIB_DEPS)
58+
arduino-cli lib install $LIB_DEPS
5959
6060
- name: Build examples
6161
run: python3 tools/build_all.py ${{ matrix.arduino-platform }}

0 commit comments

Comments
 (0)