Skip to content

Commit f2a72d1

Browse files
authored
Fix addpath (arduino#275)
* try it!
1 parent ec69488 commit f2a72d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .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)