Skip to content

Commit

Permalink
add Qt and MinGW to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
ddanilov committed Oct 20, 2024
1 parent 342bc05 commit db306ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
uses: LABSN/sound-ci-helpers@v1
- name: test
run: |
PATH=$Qt6_BINDIR:$MinGW_BIN:$PATH
ctest --output-on-failure --test-dir $BUILD_DIR/tests
- name: release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit db306ac

Please sign in to comment.