Skip to content

Commit

Permalink
Sonar: change apt-get flag
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdro authored Oct 29, 2024
1 parent 105445b commit 19b744c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Install requirements
run: sudo apt-get -y --ignore-missing install
run: sudo apt-get -my install
libext2fs-dev
ntfs-3g-dev
xfsprogs
Expand Down

0 comments on commit 19b744c

Please sign in to comment.