Skip to content

Commit

Permalink
Update cibuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Jun 1, 2024
1 parent 48a8830 commit 6d2ee95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cibuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
submodules: recursive

- name: Run CMake
run: cmake -B build -DCMAKE_BUILD_TYPE=${{ matrix.configuration }} -DCMAKE_UNITY_BUILD=ON ${{ matrix.platform.flags }} --verbose
run: cmake -B build -DCMAKE_BUILD_TYPE=${{ matrix.configuration }} -DCMAKE_UNITY_BUILD=ON ${{ matrix.platform.flags }}

- name: Run CMake Build
id: cmake-build
Expand Down

0 comments on commit 6d2ee95

Please sign in to comment.