Skip to content

Commit

Permalink
Specify yes for install cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
samjwu committed Apr 24, 2024
1 parent bce2f0b commit 48a7db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Install CMake
run: |
sudo apt-get update
sudo apt-get install cmake
sudo apt-get install -y cmake
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down

0 comments on commit 48a7db6

Please sign in to comment.