Skip to content

Commit 8c134fd

Browse files
authored
Merge pull request #115 from Flamefire/gh_action_path
Update GHA to use new way to change PATH
2 parents 8acba93 + 3f0e9ac commit 8c134fd

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)