Skip to content

Commit 611a04d

Browse files
committed
again
1 parent cb19004 commit 611a04d

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/actions/pre-build/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ runs:
3333
run: |
3434
if [ "${{ matrix.os }}" == "debian10" ]; then
3535
python3 -m pip install --user --ignore-installed -U pip
36-
apt-get install --fix-missing -y sudo wget gnupg
37-
sudo -H pip3 install --ignore-installed -U conan
36+
python3 -m pip install --user --ignore-installed -U conan
3837
else
3938
apt-get update
4039
apt-get install --fix-missing -y sudo wget gnupg lsb-release

.github/actions/r3bbuild-steps/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,9 @@ runs:
3535
- name: build ${{ matrix.repos }}
3636
if: inputs.build-needed == 'true'
3737
run: |
38+
if [ "${{ matrix.os }}" == "debian10" ]; then
39+
python3 -m pip install --user --ignore-installed -U pip
40+
python3 -m pip install --user --ignore-installed -U conan
41+
fi
3842
cmake --build ./build -- -j ${NUM_THREADS}
3943
shell: bash

0 commit comments

Comments
 (0)