Skip to content

Commit 9a07977

Browse files
committed
1 parent 2379281 commit 9a07977

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,11 @@ build_script:
5757
sudo rm -rf /etc/apt/sources.list.d/*.list
5858
sudo apt-get -o Dpkg::Use-Pty=0 update
5959
sudo rm -f /var/lib/man-db/auto-update
60-
sudo apt-get -o Dpkg::Use-Pty=0 install -y --no-install-suggests --no-install-recommends podman uidmap fuse-overlayfs
60+
sudo apt-get -o Dpkg::Use-Pty=0 install -y --no-install-suggests --no-install-recommends podman uidmap
6161
export CW_CONFIG="${APPVEYOR_REPO_BRANCH}-werror-win"
6262
. ./_versions.sh
63+
mkdir -p ~/.config/containers/
64+
printf "[storage]\ndriver = \"overlay\"\n" > ~/.config/containers/storage.conf
6365
sudo loginctl enable-linger "$(id -u)"
6466
sudo podman image trust set --type reject default
6567
sudo podman image trust set --type accept docker.io/library

0 commit comments

Comments
 (0)