Skip to content

Commit

Permalink
Ensure Python 3.8 is installed for build
Browse files Browse the repository at this point in the history
  • Loading branch information
idavis committed Oct 19, 2023
1 parent f5707c6 commit 04f0f3c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ jobs:
with:
toolchain: 1.64.0
components: rustfmt clippy
- uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Install LLVM
uses: ./.github/actions/install-llvm
with:
Expand Down

0 comments on commit 04f0f3c

Please sign in to comment.