We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b1e14 commit 579b3a4Copy full SHA for 579b3a4
1 file changed
.github/actions/deps/ports/zephyr-cp/action.yml
@@ -7,9 +7,9 @@ runs:
7
if: runner.os == 'Linux'
8
run: |
9
sudo dpkg --add-architecture i386
10
- export PKG_CONFIG_PATH=/usr/lib/i386-linux-gnu/pkgconfig
11
sudo apt-get update
12
sudo apt-get install -y libusb-1.0-0-dev libudev-dev pkg-config libsdl2-dev:i386 libsdl2-image-dev:i386 mtools
+ echo "PKG_CONFIG_PATH=/usr/lib/i386-linux-gnu/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}" >> $GITHUB_ENV
13
shell: bash
14
- name: Setup Zephyr project
15
uses: zephyrproject-rtos/action-zephyr-setup@v1
0 commit comments