Skip to content

Commit

Permalink
Fix windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Aug 27, 2023
1 parent 2944dab commit 8772fe5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-native-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,11 @@ jobs:
env:
RELENV_FETCH_VERSION: 0.13.4
run: |
python3 -m relenv fetch --python=3.10.13
python3 -m relenv fetch --python=3.10.12
- name: Build Python with Relenv
env:
RELENV_NATIVE_PY_VERSION: 3.10.13
RELENV_NATIVE_PY_VERSION: 3.10.12
run: |
python -m relenv build --arch=${{ matrix.arch }} --python=${{ matrix.version }}
Expand Down

0 comments on commit 8772fe5

Please sign in to comment.