From 19f3db6c95f25257ec718d2048af8a3756a2b7f9 Mon Sep 17 00:00:00 2001 From: Fanda Vacek Date: Sun, 17 Mar 2024 18:16:21 +0100 Subject: [PATCH] Revert "Update installer.yml" This reverts commit 2af7e23577ea7d45541bf2699039c00492ee3931. --- .github/workflows/installer.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/installer.yml b/.github/workflows/installer.yml index dc70433cb..5533d0f37 100644 --- a/.github/workflows/installer.yml +++ b/.github/workflows/installer.yml @@ -47,9 +47,7 @@ jobs: additional_cmake_args: -DCMAKE_INSTALL_PREFIX='${{ github.workspace }}/install' - name: Build - run: | - cmake --build '${{github.workspace}}/build' --parallel "$(nproc)" - cat D:/a/quickbox/quickbox/build/libqf/plugins/qf/core/meta_types/qt6qfcoreplugin_release_metatypes.json + run: cmake --build '${{github.workspace}}/build' --parallel "$(nproc)" - name: Install run: cmake --install '${{ github.workspace }}/build'