Skip to content

Commit 579b3a4

Browse files
committed
Persist PKG_CONFIG_PATH
1 parent 99b1e14 commit 579b3a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/deps/ports/zephyr-cp/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ runs:
77
if: runner.os == 'Linux'
88
run: |
99
sudo dpkg --add-architecture i386
10-
export PKG_CONFIG_PATH=/usr/lib/i386-linux-gnu/pkgconfig
1110
sudo apt-get update
1211
sudo apt-get install -y libusb-1.0-0-dev libudev-dev pkg-config libsdl2-dev:i386 libsdl2-image-dev:i386 mtools
12+
echo "PKG_CONFIG_PATH=/usr/lib/i386-linux-gnu/pkgconfig${PKG_CONFIG_PATH:+:$PKG_CONFIG_PATH}" >> $GITHUB_ENV
1313
shell: bash
1414
- name: Setup Zephyr project
1515
uses: zephyrproject-rtos/action-zephyr-setup@v1

0 commit comments

Comments
 (0)