fix add cmake make

This commit is contained in:
tqcq 2024-03-31 23:11:25 +08:00
parent e1d9459262
commit 240d75a9ce

View File

@ -69,7 +69,7 @@ jobs:
- name: arm-gnu-toolchain
run: |
sudo apt-get update -y
sudo apt-get install -y g++-arm-linux-gnueabi
sudo apt-get install -y cmake make g++-arm-linux-gnueabi
- name: build
run: |
@ -122,7 +122,7 @@ jobs:
- name: arm-gnu-toolchain
run: |
sudo apt-get update -y
sudo apt-get install -y g++-arm-linux-gnueabihf
sudo apt-get install -y cmake make g++-arm-linux-gnueabihf
- name: build
run: |