Skip to content

Commit 2a34e2a

Browse files
authored
Merge pull request adafruit#601 from jpconstantineau/patch-1
replace add-path with GITHUB_PATH env variable
2 parents ee23edf + 37d3f26 commit 2a34e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/githubci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
mkdir $HOME/Arduino
3737
mkdir $HOME/Arduino/libraries
3838
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh
39-
echo "::add-path::$GITHUB_WORKSPACE/bin"
39+
echo $GITHUB_WORKSPACE/bin >> $GITHUB_PATH
4040
4141
- name: Install BSP and Libraries
4242
env:

0 commit comments

Comments
 (0)