We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d772f27 commit eaa286cCopy full SHA for eaa286c
1 file changed
.github/actions/deps/ports/zephyr-cp/action.yml
@@ -26,10 +26,7 @@ runs:
26
echo "--- package repository versions ---"
27
apt-cache policy
28
sudo apt-get install -y libusb-1.0-0-dev libudev-dev pkg-config mtools
29
- # Remove system python3 to avoid conflict with python3:i386 which is
30
- # pulled in by libsdl2-dev:i386 -> libibus-1.0-dev:i386 -> libglib2.0-dev:i386.
31
- # We use the actions/setup-python version from /opt/hostedtoolcache instead.
32
- sudo apt-get remove -y python3 python3-minimal || true
+ sudo apt-mark hold python3
33
sudo apt-get install -y libsdl2-dev:i386 libsdl2-image-dev:i386
34
echo "PKG_CONFIG_PATH=/usr/lib/i386-linux-gnu/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}" >> $GITHUB_ENV
35
shell: bash
0 commit comments