Skip to content

Commit 9c4b9ce

Browse files
Update path on all ubuntus
1 parent 8792514 commit 9c4b9ce

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
@@ -38,7 +38,7 @@ jobs:
3838
pip3 install conan --upgrade
3939
4040
- name: Fix Path on Ubuntu
41-
if: matrix.os == 'ubuntu-latest'
41+
if: matrix.os == 'ubuntu-20.04' || matrix.os == 'ubuntu-18.04' || matrix.os == 'ubuntu-16.04' || matrix.os == 'ubuntu-latest'
4242
run: echo "/home/runner/.local/bin" >> $GITHUB_PATH
4343

4444
- name: Put something in the .conan

0 commit comments

Comments
 (0)