Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wichtounet committed Jul 5, 2024
1 parent 9dd7bdd commit 95bc8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0
submodules: recursive
- name: Install GCC compiler
run: sudo apt install g++-14 uuid-dev uuid-runtim
run: sudo apt install g++-14 uuid-dev uuid-runtime
- name: Install sonar-scanner and build-wrapper
uses: SonarSource/sonarcloud-github-c-cpp@v2
- name: Run build-wrapper
Expand Down

0 comments on commit 95bc8d0

Please sign in to comment.