Skip to content

Commit f22931c

Browse files
committed
appveyor: try podman 19
1 parent b6a4d6f commit f22931c

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 fuse-overlayfs
65+
sudo apt-get -o Dpkg::Use-Pty=0 install -y --no-install-suggests --no-install-recommends podman uidmap fuse-overlayfs dbus-user-session
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)