1 parent 153de8f commit b827ea2Copy full SHA for b827ea2
1 file changed
.github/workflows/linux.yml
@@ -18,7 +18,7 @@ jobs:
18
19
- name: Install python virtual environment
20
run: |
21
- apt install python3-venv -y
+ sudo apt install python3-venv -y
22
python3 -m venv $HOME/.venv
23
24
- name: Activate python virtual environment
@@ -35,8 +35,8 @@ jobs:
35
36
- name: Install packages
37
38
- apt update
39
- apt install cmake ninja-build python3-pip -y
+ sudo apt update
+ sudo apt install cmake ninja-build python3-pip -y
40
pip3 install --upgrade pip
41
pip3 install coverage
42
0 commit comments