Skip to content

Commit

Permalink
Fix sonarcloud scan as well by updating the dpkg metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
gs-kamnas committed Aug 23, 2024
1 parent 272ab4b commit e755b93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ jobs:
unzip -o $HOME/.sonar/build-wrapper-linux-x86.zip -d $HOME/.sonar/
echo "$HOME/.sonar/build-wrapper-linux-x86" >> $GITHUB_PATH
- name: Install packages required for optional configurations of cntlm
run: sudo apt install -y libkrb5-dev
run: |
sudo apt -y update
sudo apt install -y libkrb5-dev
- name: Run build-wrapper
run: |
./configure
Expand Down

0 comments on commit e755b93

Please sign in to comment.