Skip to content

Commit

Permalink
Revert "Update installer.yml"
Browse files Browse the repository at this point in the history
This reverts commit 2af7e23.
  • Loading branch information
Fanda Vacek committed Mar 17, 2024
1 parent 2af7e23 commit 19f3db6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 19f3db6

Please sign in to comment.