Skip to content

Commit

Permalink
fix package installation in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rgdoliveira committed Mar 11, 2024
1 parent ca3dfdf commit 4be6d67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
# Packages for testing with Podman
- name: Install package
run: |
sudo apt-get -y install \
sudo apt-get update &&\
sudo apt-get -y install --no-install-recommends \
btrfs-progs \
libgpgme-dev \
libbtrfs-dev \
Expand Down

0 comments on commit 4be6d67

Please sign in to comment.