Skip to content

Commit

Permalink
Update build pipeline for cmake dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
eamars committed Jan 9, 2024
1 parent 49b7543 commit 6dd0728
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
- name: Install Build Dependencies
run: |
sudo apt-get update
sudo apt install -y cmake gcc-arm-none-eabi libnewlib-arm-none-eabi build-essential libstdc++-arm-none-eabi-newlib
sudo apt satisfy -y "cmake (>=3.25)"
sudo apt install -y gcc-arm-none-eabi libnewlib-arm-none-eabi build-essential libstdc++-arm-none-eabi-newlib python3
- name: Build Release Package
# Build your program with the given configuration
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.23.0)
cmake_minimum_required(VERSION 3.25)

# Set project data
set(PROJECT_NAME "OpenTricklerController")
Expand Down

0 comments on commit 6dd0728

Please sign in to comment.