diff --git a/.github/scripts/Linux/utils/Dockerfile.archlinux b/.github/scripts/Linux/utils/Dockerfile.archlinux index b98119263..acc42a2dc 100644 --- a/.github/scripts/Linux/utils/Dockerfile.archlinux +++ b/.github/scripts/Linux/utils/Dockerfile.archlinux @@ -3,12 +3,12 @@ FROM archlinux RUN pacman --noconfirm -Sy archlinux-keyring RUN pacman-key --init RUN pacman-key --populate -RUN pacman --noconfirm -Sy \ +RUN pacman --noconfirm -Syu \ fontconfig \ freetype2 \ harfbuzz \ jack2\ libglvnd \ libx11 \ - xorg-server-xvfb \ + xorg-server-xvfb diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 7c4a198e6..df094a0a3 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -106,7 +106,7 @@ jobs: run: .github/scripts/Linux/check_abi.sh 2.35 3.4.30 1.3.13 bin/* lib/ultragrid/* - name: Create AppImage run: data/scripts/Linux-AppImage/create-appimage.sh https://github.com/$GITHUB_REPOSITORY/releases/download/continuous/UltraGrid-$CHANNEL-x86_64.AppImage.zsync - - name: Check AppImage + - name: Test AppImage with Docker images run: | .github/scripts/Linux/docker_appimage_tests.sh curl -LSf -O https://raw.githubusercontent.com/AppImage/pkg2appimage/\