feat/update_config #10

Merged
tqcq merged 26 commits from feat/update_config into master 2024-10-14 10:15:01 +08:00
Showing only changes of commit 748262d48b - Show all commits

View File

@ -39,7 +39,7 @@ jobs:
- name: install-tools
run: |
sudo apt-get update -y
sudo apt-get install -y g++-arm-linux-gnueabi qemu-user-binfmt
sudo apt-get install -y cmake g++-arm-linux-gnueabi qemu-user-binfmt
- name: configure
run: |
mkdir build && cd build