Skip to content

Commit

Permalink
Run install-qt6 first
Browse files Browse the repository at this point in the history
  • Loading branch information
herzenschein authored Nov 10, 2023
1 parent 1856f51 commit 6972fcd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-with-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
uses: ./.github/workflows/install-qt6.yml

qml5-contextproperty:
needs: install-qt6
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -25,6 +26,7 @@ jobs:
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}

qml6-qmlelement:
needs: install-qt6
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 6972fcd

Please sign in to comment.