Skip to content

Commit

Permalink
oh
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 dc24071 commit cd02d0a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,10 @@ jobs:
if: runner.os == 'Linux'
run: |
git submodule update --init --recursive
declare CMAKEPATH="${{ github.workspace }}/../Qt/${{ matrix.qt_version }}/${{ matrix.qt_arch }}/bin/qt-cmake"
#"${{ 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
chmod +x $CMAKEPATH
$CMAKEPATH -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 cd02d0a

Please sign in to comment.