Skip to content

Commit

Permalink
Add --fix-missing to check-container-builder.yaml to fix missing depe…
Browse files Browse the repository at this point in the history
…ndency workflow

Signed-off-by: Jordi Gil <[email protected]>
  • Loading branch information
jordigilh committed Jan 24, 2024
1 parent 38fed93 commit 888df95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
# we should be able to remove this after https://issues.redhat.com/browse/KOGITO-9106
- name: Install packages
run: |
sudo apt-get -y install \
sudo apt-get -y install --fix-missing \
btrfs-progs \
libgpgme-dev \
libbtrfs-dev \
Expand Down

0 comments on commit 888df95

Please sign in to comment.