We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 888444a commit 6c851ccCopy full SHA for 6c851cc
.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
20
v-version: latest
21
id: v
22
- name: Install build deps
23
- run: sudo apt-get install -y python3-dev python3.9
+ run: apt-get update -y && sudo apt-get install -y python3-dev python3.9
24
- name: Set PY_HEX_VERSION
25
run: echo PY_HEX_VERSION="$(python3 -c 'import sys; print(hex(sys.hexversion))')" >> $GITHUB_ENV
26
- name: Set cflags
0 commit comments