Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
PatTheMav committed May 29, 2024
1 parent 0a67bb1 commit 3f2d466
Show file tree
Hide file tree
Showing 2 changed files with 487 additions and 479 deletions.
8 changes: 8 additions & 0 deletions .github/actions/build-qt/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,14 @@ runs:
./build-qt${{ inputs.qtVersion }}.zsh ${build_args}
- name: Setup tmate session
if: runner.os == 'Windows'
uses: mxschmitt/action-tmate@v3
env:
GH_TOKEN: ${{ github.token }}
with:
limit-access-to-actor: true

- name: Build and Install Qt
if: runner.os == 'Windows'
shell: pwsh
Expand Down
Loading

0 comments on commit 3f2d466

Please sign in to comment.