Merge pull request #718 from Exiv2/fix_archlinux_0.27

[ci] Run upgrade in Archlinux container
v0.27.3
D4N 6 years ago committed by GitHub
commit a24d9eca26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -34,7 +34,7 @@ case "$distro_id" in
;;
'arch')
pacman --noconfirm -Sy
pacman --noconfirm -Syu
pacman --noconfirm -S gcc clang cmake make ccache expat zlib libssh curl gtest python dos2unix which diffutils
;;

Loading…
Cancel
Save