Skip to content

Commit

Permalink
Fix empy (backport #13) (#15)
Browse files Browse the repository at this point in the history
* Fix empy (#13)

* Fix empy

* Fix timer

(cherry picked from commit f83776e)

* Fix rebase

---------

Co-authored-by: Pablo Garrido <pablogs9@gmail.com>
  • Loading branch information
mergify[bot] and pablogs9 authored Jan 12, 2024
1 parent 783e091 commit 316e066
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 @@ -27,7 +27,7 @@ jobs:
apt update
export DEBIAN_FRONTEND=noninteractive
apt install -y --no-install-recommends git build-essential gcc-arm-none-eabi python3-pip cmake ninja-build libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib g++-multilib gcc-multilib binutils-arm-none-eabi
pip3 install catkin_pkg lark-parser empy colcon-common-extensions
pip3 install catkin_pkg lark-parser colcon-common-extensions
- uses: actions/checkout@v2
with:
path: repo
Expand Down

0 comments on commit 316e066

Please sign in to comment.