Skip to content

Commit ced8fd5

Browse files
authored
Fix Conan installation path in workflow
1 parent 9c8eb83 commit ced8fd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
run: |
2222
apt install -y pipx
2323
pipx ensurepath
24-
source ~/.bashrc
2524
pipx install conan
25+
export PATH=$PATH:/github/home/.local/bin
2626
conan profile detect --name=default
2727
- name: Build and run unit tests
2828
run: make CONAN_PROFILE=.github/workflows/gcc15_c++26

0 commit comments

Comments
 (0)