Skip to content

Commit

Permalink
more yml edits
Browse files Browse the repository at this point in the history
  • Loading branch information
avtoku committed Nov 22, 2024
1 parent 81f3815 commit b36c068
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_pixracer_pro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: update
run: sudo apt update
- name: checkout submodules
run: git submodule update --init --recursive
- name: install toolchain
run: sudo apt update
run: sudo apt -y install gcc-arm-none-eabi
- name: check toolchain
run: arm-none-eabi-gcc --version
- name: build pixracer_pro
- name: build
run: cd pixracer_pro && mkdir build && cd build && cmake .. && make
2 changes: 2 additions & 0 deletions .github/workflows/build_varmint_10X.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: update
run: sudo apt update
- name: checkout submodules
run: git submodule update --init --recursive
- name: install toolchain
Expand Down

0 comments on commit b36c068

Please sign in to comment.