Skip to content

Commit

Permalink
Maybe yeetd is actually super useful
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkisemils authored and buggmagnet committed Nov 10, 2023
1 parent 2d2d1c4 commit 9fe2278
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 @@ -63,6 +63,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 9fe2278

Please sign in to comment.