Skip to content

Commit a44cd58

Browse files
authored
CI: Fix conan install
1 parent fddfd0c commit a44cd58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
sudo apt-get update -qq
2525
sudo apt-get install -y cmake cmake-data gfortran libcurl4-openssl-dev libxslt1-dev python3-setuptools
26-
sudo python3 -m pip install conan
26+
sudo pip3 install conan
2727
- name: Build TiXI
2828
run: |
2929
mkdir build

0 commit comments

Comments
 (0)