From 5af24ba7626700f7f70c239dce8aced9d8cef272 Mon Sep 17 00:00:00 2001 From: Koichiro Iwao Date: Sun, 18 Aug 2024 21:27:44 +0900 Subject: [PATCH] Perform CI test against xrdp v0.10-h264 branch --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a495a36..ffb3350 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,7 +68,7 @@ jobs: steps: - uses: actions/checkout@v3 - run: sudo scripts/install_xorgxrdp_build_dependencies_with_apt.sh ${{ matrix.arch }} --allow-downgrades --allow-remove-essential --allow-change-held-packages - - run: git clone --depth 1 --branch=v0.10 https://github.com/neutrinolabs/xrdp.git ${{ github.workspace}}/xrdp + - run: git clone --depth 1 --branch=v0.10-h264 https://github.com/neutrinolabs/xrdp.git ${{ github.workspace}}/xrdp - run: ./bootstrap - run: ./configure ${{ matrix.CONF_FLAGS }} - run: make CFLAGS="$CFLAGS -O2 -Wall -Wwrite-strings -Werror"