We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee23edf + 37d3f26 commit 2a34e2aCopy full SHA for 2a34e2a
.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