Skip to content

Commit ce30f52

Browse files
authored
Update deploy.yml
1 parent cc73b9b commit ce30f52

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ jobs:
1414
ref: main
1515

1616
- name: Installing python
17-
run: sudo apt install python3.12
18-
17+
run: |
18+
sudo apt-get update
19+
sudo apt install python3.12
20+
sudo apt-get install build-essential
21+
1922
- name: Upgrading pip
2023
run: pip install --upgrade pip
2124

0 commit comments

Comments
 (0)