Skip to content

Commit

Permalink
Install python
Browse files Browse the repository at this point in the history
  • Loading branch information
kriszyp authored Oct 11, 2024
1 parent 2adf485 commit d3e058f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
runs-on: windows-arm64
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Setup node
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit d3e058f

Please sign in to comment.