Skip to content

Commit

Permalink
even more yml edits
Browse files Browse the repository at this point in the history
  • Loading branch information
avtoku committed Nov 22, 2024
1 parent b36c068 commit 000fae9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_pixracer_pro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@ 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 -y install gcc-arm-none-eabi
- name: check toolchain
run: arm-none-eabi-gcc --version
- name: build
run: cd pixracer_pro && mkdir build && cd build && cmake .. && make
run: cd pixracer_pro && mkdir build && cd build && cmake .. && make -j16
4 changes: 1 addition & 3 deletions .github/workflows/build_varmint_10X.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@ 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 -y install gcc-arm-none-eabi
- name: check toolchain
run: arm-none-eabi-gcc --version
- name: build varmint
run: cd varmint_10X && mkdir build && cd build && cmake .. && make
run: cd varmint_10X && mkdir build && cd build && cmake .. && make -j16

0 comments on commit 000fae9

Please sign in to comment.