Skip to content

Commit

Permalink
omg
Browse files Browse the repository at this point in the history
Signed-off-by: swurl <swurl@swurl.xyz>
  • Loading branch information
crueter committed Jan 9, 2024
1 parent ce1a700 commit dc24071
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ jobs:
run: |
git submodule update --init --recursive
"${{ github.workspace }}/../Qt/${{ matrix.qt_version }}/${{ matrix.qt_arch }}/bin/qt-cmake" -S . -B ${{ env.BUILD_DIR }} -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=${{ inputs.build_type }} -G Ninja -DCMAKE_CXX_COMPILER_LAUNCHER=/usr/bin/g++-10
#"${{ github.workspace }}/../Qt/${{ matrix.qt_version }}/${{ matrix.qt_arch }}/bin/qt-cmake" -S . -B ${{ env.BUILD_DIR }} -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=${{ inputs.build_type }} -G Ninja -DCMAKE_CXX_COMPILER_LAUNCHER=/usr/bin/g++-10
cmake -S . -B ${{ env.BUILD_DIR }} -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=${{ inputs.build_type }} -G Ninja -DCMAKE_CXX_COMPILER_LAUNCHER=/usr/bin/g++-10
cmake --build ${{ env.BUILD_DIR }} --parallel $(nproc)
- name: Configure and Build (Windows)
Expand Down

0 comments on commit dc24071

Please sign in to comment.