We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec69488 commit f2a72d1Copy full SHA for f2a72d1
.github/workflows/githubci.yml
@@ -36,7 +36,7 @@ jobs:
36
mkdir $HOME/Arduino
37
mkdir $HOME/Arduino/libraries
38
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh
39
- echo "::add-path::$GITHUB_WORKSPACE/bin"
+ echo "$GITHUB_WORKSPACE/bin" >> $GITHUB_PATH
40
41
- name: Install BSP and Libraries
42
env:
0 commit comments