Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

Commit

Permalink
Update build-gptk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacMarovitz authored Sep 28, 2023
1 parent d3de16f commit 61bc553
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-gptk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ jobs:
run: brew tap apple/apple http://github.com/Whisky-App/homebrew-apple
- name: Install taps
run: brew install apple/apple/game-porting-toolkit winetricks
continue-on-error: true
- name: Setup upterm session
uses: lhotari/action-upterm@v1
if: ${{ failure() }}
with:
## If no one connects after 5 minutes, shut down server.
wait-timeout-minutes: 5
- name: Trim Files
run: |
rm -rf $(brew --prefix game-porting-toolkit)/.brew
Expand Down

0 comments on commit 61bc553

Please sign in to comment.