Skip to content

Commit

Permalink
install python in cli release job
Browse files Browse the repository at this point in the history
  • Loading branch information
parrotmac committed Jan 10, 2024
1 parent fd1d12b commit 3b9d089
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ jobs:
archive: zip
steps:
- uses: actions/checkout@master
- uses: actions/setup-python@v4
with:
python-version: '3.11.6'
- name: Compile and release
uses: rust-build/[email protected]
env:
Expand Down

0 comments on commit 3b9d089

Please sign in to comment.