Skip to content

Commit

Permalink
fixup! workaround for containers/podman#21683
Browse files Browse the repository at this point in the history
  • Loading branch information
mvo5 committed Nov 8, 2024
1 parent a05785a commit 076bfc0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ jobs:
run: |
sudo apt update
sudo apt install -y podman python3-pytest python3-paramiko python3-boto3 flake8 qemu-system-x86 qemu-efi-aarch64 qemu-system-arm qemu-user-static pylint libosinfo-bin
# workaround https://github.com/containers/podman/issues/21683
sudo apt install -y sqlite3
echo "update DBConfig set GraphDriver = 'overlay' where GraphDriver = ''';" | sudo sh -c '(cd /var/lib/containers/storage && sqlite3 db.sql)'
- name: Diskspace (before)
run: |
df -h
Expand Down

0 comments on commit 076bfc0

Please sign in to comment.