We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b977bf commit 0d4a202Copy full SHA for 0d4a202
1 file changed
.github/workflows/main.yml
@@ -39,7 +39,7 @@ jobs:
39
40
- name: Fix Path on Ubuntu
41
if: matrix.os == 'ubuntu-latest'
42
- run: echo "::add-path::/home/runner/.local/bin"
+ run: echo "/home/runner/.local/bin" >> $GITHUB_PATH
43
44
- name: Put something in the .conan
45
if: ${{ env.cache-hit == 0 }}
0 commit comments