Skip to content

Commit 6e25be2

Browse files
Update action.yml
1 parent 82f9d3a commit 6e25be2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ runs:
1212
run: |
1313
pip3 install wheel setuptools
1414
pip3 install conan --upgrade
15-
conan --version
1615
shell: bash
1716
- name: Fix path on Linux
18-
run: echo "/home/runner/.local/bin" >> $GITHUB_PATH
17+
run: |
18+
echo "/home/runner/.local/bin" >> $GITHUB_PATH
19+
conan --version
1920
shell: bash
2021
- name: Fill in output variable
2122
id: output_version

0 commit comments

Comments
 (0)