Skip to content

Commit b6a4d6f

Browse files
committed
appveyor: try podman 18
1 parent 7380c50 commit b6a4d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ build_script:
6262
sudo rm -rf /etc/apt/sources.list.d/ubuntu-toolchain-*.list
6363
sudo apt-get -o Dpkg::Use-Pty=0 update
6464
sudo rm -f /var/lib/man-db/auto-update
65-
sudo apt-get -o Dpkg::Use-Pty=0 install -y --no-install-suggests --no-install-recommends podman uidmap
65+
sudo apt-get -o Dpkg::Use-Pty=0 install -y --no-install-suggests --no-install-recommends podman uidmap fuse-overlayfs
6666
export CW_CONFIG="${APPVEYOR_REPO_BRANCH}-werror-win"
6767
. ./_versions.sh
6868
sudo podman image trust set --type reject default

0 commit comments

Comments
 (0)