From ed259781e995514d5d6f285cee494aedfca22267 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sat, 14 Oct 2023 23:17:58 +0200 Subject: [PATCH] CI: Remove rsync install and -DBUILD_WERROR --- .github/workflows/build.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 656d1bfd..5e4f3af5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1130,9 +1130,6 @@ jobs: shell: bash run: echo "cmake_buildtype=$(echo ${{matrix.buildtype}} | sed 's/.*/\u&/')" >> $GITHUB_ENV - - name: Install rsync - run: zypper -n --gpg-auto-import-keys in rsync - - name: Checkout uses: actions/checkout@v4 with: @@ -1438,7 +1435,6 @@ jobs: -DCMAKE_BUILD_TYPE="${{env.cmake_buildtype}}" -DCMAKE_PREFIX_PATH="${{env.prefix_path_forwardslash}}/lib/cmake" -DBUILD_WITH_QT6=ON - -DBUILD_WERROR=OFF -DARCH="${{matrix.arch}}" -DENABLE_WIN32_CONSOLE=${{env.win32_console}} -DUSE_TAGLIB=ON