Skip to content

Commit

Permalink
ci: Bump Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
MazterQyou committed Dec 8, 2023
1 parent 0477d14 commit aa79de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ jobs:
- name: Install python dev
run: |
apt update
apt install -y libpython3.9-dev
apt install -y libpython3.11-dev
- name: Cache Cargo
uses: actions/cache@v2
with:
Expand Down

0 comments on commit aa79de7

Please sign in to comment.