Skip to content

Commit 0d4a202

Browse files
Fix add-path
1 parent 0b977bf commit 0d4a202

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: Fix Path on Ubuntu
4141
if: matrix.os == 'ubuntu-latest'
42-
run: echo "::add-path::/home/runner/.local/bin"
42+
run: echo "/home/runner/.local/bin" >> $GITHUB_PATH
4343

4444
- name: Put something in the .conan
4545
if: ${{ env.cache-hit == 0 }}

0 commit comments

Comments
 (0)