Skip to content

Commit

Permalink
Python2.7 fix for Windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
animetosho committed Aug 22, 2023
1 parent 3888616 commit 64c684f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-dev-win64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
BUILD_LOGLEVEL: verbose
steps:
- uses: ilammy/setup-nasm@v1
- uses: actions/setup-python@v4
- uses: MatteoH2O1999/setup-python@v1
id: py
with:
python-version: '2.7'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
BUILD_LOGLEVEL: verbose
steps:
- uses: ilammy/setup-nasm@v1
- uses: actions/setup-python@v4
- uses: MatteoH2O1999/setup-python@v1
id: py
with:
python-version: '2.7'
Expand Down

0 comments on commit 64c684f

Please sign in to comment.