Skip to content

Commit

Permalink
Update installer.yml
Browse files Browse the repository at this point in the history
try to fix win build
  • Loading branch information
fvacek authored Mar 17, 2024
1 parent 69c4fc4 commit 2af7e23
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:
additional_cmake_args: -DCMAKE_INSTALL_PREFIX='${{ github.workspace }}/install'

- name: Build
run: cmake --build '${{github.workspace}}/build' --parallel "$(nproc)"
run: |
cmake --build '${{github.workspace}}/build' --parallel "$(nproc)"
cat D:/a/quickbox/quickbox/build/libqf/plugins/qf/core/meta_types/qt6qfcoreplugin_release_metatypes.json
- name: Install
run: cmake --install '${{ github.workspace }}/build'
Expand Down

0 comments on commit 2af7e23

Please sign in to comment.