Skip to content

Commit

Permalink
Changed python version to 3.11 for windows github action
Browse files Browse the repository at this point in the history
3.12 breaks node-gyp on windows.
  • Loading branch information
DomPeliniAerospike committed Nov 3, 2023
1 parent 1c46901 commit 94708cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses:
with: actions/setup-python@v4
python-version: '3.11'
- name: Setup Windows SDK
uses: GuillaumeFalourd/[email protected]
with:
Expand Down

0 comments on commit 94708cd

Please sign in to comment.