Skip to content

Commit

Permalink
build(workflow): no need to change CLI toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
parfeon committed May 29, 2024
1 parent 1aed2d8 commit 4b4f64e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ jobs:
ref: v1
token: ${{ secrets.GH_TOKEN }}
path: .github/.release/actions
- name: Prepare Xcode environment
run: sudo xcode-select -s '/Applications/Xcode_14.2.app/Contents/Developer'
- name: Setup Ruby 2.6.6
uses: ruby/setup-ruby@v1
with:
Expand Down Expand Up @@ -73,8 +71,6 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Prepare Xcode environment
run: sudo xcode-select -s '/Applications/Xcode_14.2.app/Contents/Developer'
- name: Setup Ruby 2.6.6
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 4b4f64e

Please sign in to comment.