We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b539a26 commit a460212Copy full SHA for a460212
1 file changed
.github/actions/pre-build-wfr/action.yml
@@ -27,8 +27,12 @@ runs:
27
- name: mount cvmfs
28
run: |
29
apt-get update
30
- apt-get install --fix-missing -y sudo gnupg lsb-release conan
+ apt-get install --fix-missing -y sudo gnupg lsb-release
31
lsb-release -a
32
+ apt-get install --fix-missing -y sudo python3-venv
33
+ python3 -m venv /tmp/conan-venv
34
+ /tmp/conan-venv/bin/python -m pip install --upgrade pip conan
35
+ echo "/tmp/conan-venv/bin" >> $GITHUB_PATH
36
conan --version
37
mkdir -p ${UCESB_DIR}
38
mkdir -p ${ATIMA_DIR}
0 commit comments