We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8acba93 + 3f0e9ac commit 8c134fdCopy full SHA for 8c134fd
1 file changed
.github/workflows/unit_tests.yml
@@ -38,7 +38,7 @@ jobs:
38
make -j3 && make install
39
40
- name: Setup environment
41
- run: echo "::add-path::$HOME/scorep/bin"
+ run: echo "$HOME/scorep/bin" >> $GITHUB_PATH
42
- name: set up Python
43
uses: actions/setup-python@v2
44
with:
0 commit comments