Skip to content

Commit

Permalink
Update build_cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wcbonner authored Sep 19, 2023
1 parent 204d7e6 commit 93424ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Download Ninja and CMake
id: cmake_and_ninja
shell: sudo apt install -y cmake ninja-build libbluetooth-dev {0}
shell: sudo apt-get install -y cmake ninja-build libbluetooth-dev {0}
run: |
set(ninja_version "1.9.0")
set(cmake_version "3.16.2")
Expand Down

0 comments on commit 93424ee

Please sign in to comment.