Skip to content

Commit 6c851cc

Browse files
authored
Update main.yml
1 parent 888444a commit 6c851cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
v-version: latest
2121
id: v
2222
- name: Install build deps
23-
run: sudo apt-get install -y python3-dev python3.9
23+
run: apt-get update -y && sudo apt-get install -y python3-dev python3.9
2424
- name: Set PY_HEX_VERSION
2525
run: echo PY_HEX_VERSION="$(python3 -c 'import sys; print(hex(sys.hexversion))')" >> $GITHUB_ENV
2626
- name: Set cflags

0 commit comments

Comments
 (0)