Skip to content

Commit 8c05aec

Browse files
authored
Update main.yml
1 parent a44cd58 commit 8c05aec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ 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 pip3 install conan
26+
pip3 install --user conan
27+
source ~/.profile
2728
- name: Build TiXI
2829
run: |
2930
mkdir build

0 commit comments

Comments
 (0)