Skip to content

Commit

Permalink
Add CMake updating
Browse files Browse the repository at this point in the history
  • Loading branch information
gsathilscher committed Aug 8, 2024
1 parent 0883d42 commit 2224016
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ jobs:
cpu-architecture: x86_64
container: ${{ matrix.platform.image }}
steps:
- name: Update CMake
run: apt update && apt upgrade cmake -y
- name: Get CMake Version
run: cmake --version
- name: Checkout repository
Expand Down

0 comments on commit 2224016

Please sign in to comment.