We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c8eb83 commit ced8fd5Copy full SHA for ced8fd5
1 file changed
.github/workflows/c-cpp.yml
@@ -21,8 +21,8 @@ jobs:
21
run: |
22
apt install -y pipx
23
pipx ensurepath
24
- source ~/.bashrc
25
pipx install conan
+ export PATH=$PATH:/github/home/.local/bin
26
conan profile detect --name=default
27
- name: Build and run unit tests
28
run: make CONAN_PROFILE=.github/workflows/gcc15_c++26
0 commit comments