Skip to content

Commit

Permalink
Update GitHub workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
Kicer86 committed Nov 26, 2023
1 parent a08401c commit 7c7fdfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux-build-qt5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
build-dir: ${{ runner.workspace }}/build
build-type: Release
configure-options: -DGitHubAPI_Tests=ON -DGitHubAPI_UseQt6=OFF
configure-options: -DCppRestAPI_Tests=ON -DCppRestAPI_UseQt6=OFF
run-test: true

- name: Build Examples
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux-build-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
build-dir: ${{ runner.workspace }}/build
build-type: Release
configure-options: -DGitHubAPI_Tests=ON -DGitHubAPI_UseQt6=ON
configure-options: -DCppRestAPI_Tests=ON -DCppRestAPI_UseQt6=ON
run-test: true

- name: Build Examples
Expand All @@ -45,4 +45,4 @@ jobs:
source-dir: ${{ github.workspace }}/examples
build-dir: ${{ runner.workspace }}/build-examples
build-type: Release
configure-options: -DGitHubAPI_UseQt6=ON
configure-options: -DCppRestAPI_UseQt6=ON

0 comments on commit 7c7fdfd

Please sign in to comment.