Skip to content

Commit

Permalink
windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Sep 2, 2023
1 parent c5a2ae4 commit b75ae3c
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.11
python3 -m relenv fetch --python=3.10.12
- name: Build Python with Relenv
env:
RELENV_NATIVE_PY_VERSION: 3.10.11
RELENV_NATIVE_PY_VERSION: 3.10.12
run: |
python -m relenv build --arch=${{ matrix.arch }} --python=${{ matrix.version }}
Expand Down

0 comments on commit b75ae3c

Please sign in to comment.