Skip to content

Commit

Permalink
Fixes for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmoreno committed Feb 16, 2024
1 parent 6a65f61 commit 88d191c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt update && sudo apt install -f libfmt-dev libasound2-dev libavahi-core-dev libavahi-client-dev valgrind
run: sudo apt update && sudo apt install -f -y libfmt-dev libasound2-dev libavahi-core-dev libavahi-client-dev valgrind g++ gcc cmake git
- name: make test
run: make test
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.27)
cmake_minimum_required(VERSION 3.20)
project(rtpmidid)

# Add option to enable/disable tests
Expand Down

0 comments on commit 88d191c

Please sign in to comment.