fix some typos
This commit is contained in:
parent
8accb6f04e
commit
c6b1a776dc
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -44,7 +44,6 @@ jobs:
|
||||
msystem: mingw64
|
||||
portable: true
|
||||
|
||||
|
||||
- os: macos-11
|
||||
qt_version: 5.12.12
|
||||
qt_host: mac
|
||||
@ -139,7 +138,7 @@ jobs:
|
||||
if: runner.os == 'Windows' && matrix.portable != true
|
||||
shell: msys2 {0}
|
||||
run: |
|
||||
cmake -S . -B ${{ env.BUILD_DIR }} -DCMAKE_INSTALL_PREFIX=${{ env.INSTALL_DIR }} -DCMAKE_BUILD_TYPE=${{ inputs.build_type }} -G Ninja -DLauncher_PORTABLE=OFF
|
||||
cmake -S . -B ${{ env.BUILD_DIR }} -DCMAKE_INSTALL_PREFIX=${{ env.INSTALL_DIR }} -DCMAKE_BUILD_TYPE=${{ inputs.build_type }} -DLauncher_PORTABLE=OFF -G Ninja
|
||||
|
||||
|
||||
- name: Configure CMake on Windows portable
|
||||
@ -158,7 +157,7 @@ jobs:
|
||||
run: |
|
||||
cmake --build ${{ env.BUILD_DIR }}
|
||||
|
||||
- name: Build on Windows
|
||||
- name: Build on Windows
|
||||
if: runner.os == 'Windows'
|
||||
shell: msys2 {0}
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user