Skip to content

Commit b827ea2

Browse files
committed
ci(linux): re-add sudo
1 parent 153de8f commit b827ea2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Install python virtual environment
2020
run: |
21-
apt install python3-venv -y
21+
sudo apt install python3-venv -y
2222
python3 -m venv $HOME/.venv
2323
2424
- name: Activate python virtual environment
@@ -35,8 +35,8 @@ jobs:
3535

3636
- name: Install packages
3737
run: |
38-
apt update
39-
apt install cmake ninja-build python3-pip -y
38+
sudo apt update
39+
sudo apt install cmake ninja-build python3-pip -y
4040
pip3 install --upgrade pip
4141
pip3 install coverage
4242

0 commit comments

Comments
 (0)