Skip to content

Commit 02f520a

Browse files
committed
replace add-path with GITHUB_PATH env variable
1 parent d7fe2c6 commit 02f520a

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
@@ -24,7 +24,7 @@ jobs:
2424
mkdir $HOME/Arduino
2525
mkdir $HOME/Arduino/libraries
2626
curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh
27-
echo "::add-path::$GITHUB_WORKSPACE/bin"
27+
echo $GITHUB_WORKSPACE/bin >> $GITHUB_PATH
2828
2929
- name: Install BSP and Libraries
3030
run: |

0 commit comments

Comments
 (0)