Skip to content

Commit

Permalink
Use yeetd to help slowness
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkisemils committed Nov 1, 2023
1 parent f073ef8 commit ee94664
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ jobs:
with:
go-version: 1.19.5

- name: Set up yeetd to workaround XCode being slow in CI
run: |
wget https://github.com/biscuitehh/yeetd/releases/download/1.0/yeetd-normal.pkg
sudo installer -pkg yeetd-normal.pkg -target /
yeetd &
- name: Configure Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
Expand Down

0 comments on commit ee94664

Please sign in to comment.