mirror of
https://github.com/gbdev/rgbds.git
synced 2026-09-12 08:47:05 +00:00
Explicitly specify the Python version to be installed
Turns out `python3-imaging` only redirects to Python 3.**6**'s version, not the latest like the metapackage does.
This commit is contained in:
@@ -363,8 +363,8 @@ jobs:
|
|||||||
make
|
make
|
||||||
ninja
|
ninja
|
||||||
pkg-config
|
pkg-config
|
||||||
python3
|
python312
|
||||||
python-imaging
|
python312-imaging
|
||||||
- name: Build using Make
|
- name: Build using Make
|
||||||
if: matrix.arch == 'x86'
|
if: matrix.arch == 'x86'
|
||||||
run: | # Cygwin doesn't support `make develop` sanitizers ASan or UBSan, so we don't use it.
|
run: | # Cygwin doesn't support `make develop` sanitizers ASan or UBSan, so we don't use it.
|
||||||
|
|||||||
Reference in New Issue
Block a user