feat add event_bus #1

Merged
tqcq merged 19 commits from feat/support_event_bus into master 2024-04-02 12:41:20 +08:00
Showing only changes of commit c7cbfd0814 - Show all commits

View File

@ -34,7 +34,7 @@ jobs:
- name: arm-gnu-toolchain - name: arm-gnu-toolchain
run: | run: |
sudo apt-get update -y sudo apt-get update -y
sudo apt-get install -y cmake make g++-arm-linux-gnueabi qemu-userbinfmt sudo apt-get install -y cmake make g++-arm-linux-gnueabi qemu-user-binfmt
- name: build - name: build
run: | run: |
mkdir build && cd build mkdir build && cd build