diff --git a/.github/actions/setup-qt/action.yml b/.github/actions/setup-qt/action.yml index 1a597d6..ff84d38 100644 --- a/.github/actions/setup-qt/action.yml +++ b/.github/actions/setup-qt/action.yml @@ -18,9 +18,3 @@ runs: uses: jurplel/install-qt-action@v4 with: version: ${{ inputs.qt-version }} - - - run: | - echo "PATH: $PATH" - which qmake || true - which qmake6 || true - shell: bash \ No newline at end of file