File tree Expand file tree Collapse file tree
actions/deps/ports/zephyr-cp Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 sudo dpkg --add-architecture i386
1010 sudo apt-get update
1111 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
1312 shell : bash
1413 - name : Setup Zephyr project
1514 uses : zephyrproject-rtos/action-zephyr-setup@v1
Original file line number Diff line number Diff line change 9595 uses : ./.github/actions/deps/external
9696 - name : Build native sim target
9797 run : make -C ports/zephyr-cp -j2 BOARD=native_native_sim
98+ env :
99+ PKG_CONFIG_PATH : /usr/lib/i386-linux-gnu/pkgconfig
98100 - name : Build bsim
99101 run : make -j 2 everything
100102 working-directory : ports/zephyr-cp/tools/bsim
You can’t perform that action at this time.
0 commit comments