Skip to content

Commit

Permalink
[wf] fix dependencies in codescanner workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
grindsa committed Feb 9, 2025
1 parent df6666e commit da59f5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codescanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:

- name: Install components
run: |
apt-get update
sudo DEBIAN_FRONTEND="noninteractive" apt-get install --no-install-recommends -y \
libkrb5-dev \
python3-gssapi \
Expand Down Expand Up @@ -87,6 +88,7 @@ jobs:

- name: Install components
run: |
apt-get update
sudo DEBIAN_FRONTEND="noninteractive" apt-get install --no-install-recommends -y \
libkrb5-dev \
python3-gssapi \
Expand Down

0 comments on commit da59f5d

Please sign in to comment.