Skip to content

Commit 2a550b9

Browse files
authored
run elevated
1 parent 246d1bf commit 2a550b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/python-app.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
python-version: "3.10"
2828
- name: install uuid-dev
2929
run: |
30-
apt update
31-
apt install -y uuid-dev
30+
sudo apt update
31+
sudo apt install -y uuid-dev
3232
- name: Install dependencies
3333
run: |
3434
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)