Skip to content

Commit 3f0e9ac

Browse files
committed
Update GHA to use new way to change PATH
1 parent 5567735 commit 3f0e9ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
make -j3 && make install
3939
4040
- name: Setup environment
41-
run: echo "::add-path::$HOME/scorep/bin"
41+
run: echo "$HOME/scorep/bin" >> $GITHUB_PATH
4242
- name: set up Python
4343
uses: actions/setup-python@v2
4444
with:

0 commit comments

Comments
 (0)