We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c54d4d commit 8b7bceeCopy full SHA for 8b7bcee
1 file changed
.github/actions/deps/ports/zephyr-cp/action.yml
@@ -21,6 +21,10 @@ runs:
21
echo "--- package repository versions ---"
22
apt-cache policy
23
sudo apt-get install -y libusb-1.0-0-dev libudev-dev pkg-config mtools
24
+ # Pre-install libglib2.0-dev-bin as amd64 to prevent apt from trying
25
+ # to pull in python3:i386 (which conflicts with python3:amd64) when
26
+ # resolving libsdl2-dev:i386 -> libibus-1.0-dev:i386 -> libglib2.0-dev:i386.
27
+ sudo apt-get install -y libglib2.0-dev-bin
28
echo "--- apt-cache policy for key packages ---"
29
apt-cache policy libsdl2-dev:i386 libsdl2-image-dev:i386 libglib2.0-dev:i386 libglib2.0-dev-bin python3:amd64 python3:i386 python3-packaging
30
echo "--- dpkg architecture list ---"
0 commit comments