mirror of
https://github.com/gbdev/rgbds.git
synced 2026-09-09 15:27:07 +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
|
||||
ninja
|
||||
pkg-config
|
||||
python3
|
||||
python-imaging
|
||||
python312
|
||||
python312-imaging
|
||||
- name: Build using Make
|
||||
if: matrix.arch == 'x86'
|
||||
run: | # Cygwin doesn't support `make develop` sanitizers ASan or UBSan, so we don't use it.
|
||||
|
||||
Reference in New Issue
Block a user