Skip to content

Commit

Permalink
remove xcode toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
itsnebulalol committed Jul 27, 2022
1 parent 1914c37 commit 1d7aee9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ jobs:
with:
path: |
~/__cache
/Applications/Xcode_12.4.app/Contents/Developer/Toolchains
key: ${{ runner.os }}-procursus

# Checkout the latest code from the repo
Expand All @@ -89,9 +88,7 @@ jobs:
- name: Setup Procursus Bootstrap (install)
if: steps.procache.outputs.cache-hit != 'true'
run: |
wget https://apt.procurs.us/bootstrap_darwin-amd64.tar.zst https://apt.procurs.us/Toolchain12_5.tzst
rm -r /Applications/Xcode_12.4.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
sudo gtar -xkf ./Toolchain12_5.tzst -C /Applications/Xcode_12.4.app/Contents/Developer/Toolchains
wget https://apt.procurs.us/bootstrap_darwin-amd64.tar.zst
sudo gtar --preserve-permissions -xkf ./bootstrap_darwin-amd64.tar.zst -C /
echo '/opt/procursus/sbin:/opt/procursus/bin' >> $GITHUB_PATH
PATH=/opt/procursus/sbin:/opt/procursus/bin:$PATH sudo /opt/procursus/bin/apt update
Expand Down

0 comments on commit 1d7aee9

Please sign in to comment.