mirror of
https://github.com/JesseTG/melonds-ds.git
synced 2024-11-27 08:41:08 +00:00
Try using the default Python version
This commit is contained in:
parent
6bf3b41c2f
commit
46d16a6237
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
@ -115,7 +115,7 @@ jobs:
|
||||
with:
|
||||
msystem: MINGW64
|
||||
update: true
|
||||
install: git pkgconf mingw-w64-x86_64-toolchain mingw-w64-x86_64-cmake mingw-w64-x86_64-mesa
|
||||
install: git pkgconf mingw-w64-x86_64-toolchain mingw-w64-x86_64-cmake mingw-w64-x86_64-mesa mingw-w64-x86_64-python
|
||||
|
||||
- name: Install Dependencies (macOS)
|
||||
if: ${{ runner.os == 'macOS' }}
|
||||
@ -159,7 +159,6 @@ jobs:
|
||||
if: ${{ inputs.test-suite }}
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.12'
|
||||
cache: 'pip'
|
||||
cache-dependency-path: "${{ github.workspace }}/test/requirements.txt"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user