So pip3 don't exist nomore
This commit is contained in:
parent
a4c4700800
commit
59d087e295
@ -37,7 +37,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
apt install -y --no-install-recommends build-essential cmake ninja-build doxygen python3-sphinx
|
apt install -y --no-install-recommends build-essential cmake ninja-build doxygen python3-sphinx
|
||||||
pip3 install breathe
|
pip install breathe
|
||||||
|
|
||||||
- name: Configure build
|
- name: Configure build
|
||||||
working-directory: ${{runner.workspace}}
|
working-directory: ${{runner.workspace}}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user