Skip to content

Commit

Permalink
Install empy
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogs9 committed Sep 27, 2024
1 parent 0a11a72 commit 3a05726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
apt update
export DEBIAN_FRONTEND=noninteractive
apt install -y --no-install-recommends git bison flex gettext texinfo libncurses5-dev libncursesw5-dev gperf automake libtool pkg-config build-essential gperf genromfs libgmp-dev libmpc-dev libmpfr-dev libisl-dev binutils-dev libelf-dev libexpat-dev gcc-multilib g++-multilib picocom u-boot-tools util-linux kconfig-frontends gcc-arm-none-eabi binutils-arm-none-eabi python3-pip cmake libnewlib-arm-none-eabi
pip3 install catkin_pkg lark-parser colcon-common-extensions --break-system-packages
pip3 install catkin_pkg lark-parser empy colcon-common-extensions --break-system-packages
mkdir microros_nuttx; cd microros_nuttx;
git clone -b ${{ matrix.nuttx_version }} https://github.com/apache/incubator-nuttx.git nuttx
git clone -b ${{ matrix.nuttx_version }} https://github.com/apache/incubator-nuttx-apps apps
Expand Down

0 comments on commit 3a05726

Please sign in to comment.