Skip to content

Commit

Permalink
ci: Do not install xcbeautify (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
calvincestari authored Apr 8, 2024
1 parent 5490ccf commit 2cee6d7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .github/actions/build-and-run-unit-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ inputs:
runs:
using: "composite"
steps:
# Look into caching the xcbeautify installation to instead of installing for each test
- name: Install XCBeautify
shell: bash
run: |
HOMEBREW_NO_AUTO_UPDATE=1 brew install xcbeautify
- name: Build and Test
shell: bash
run: |
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,6 @@ jobs:
xcode-version: ${{ env.XCODE_VERSION }}
- name: Checkout Repo
uses: actions/checkout@v3
- name: Install XCBeautify
shell: bash
run: |
HOMEBREW_NO_AUTO_UPDATE=1 brew install xcbeautify
- name: Test Codegen Configurations
shell: bash
run: |
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/release-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,10 +227,6 @@ jobs:
xcode-version: ${{ env.XCODE_VERSION }}
- name: Checkout Repo
uses: actions/checkout@v3
- name: Install XCBeautify
shell: bash
run: |
HOMEBREW_NO_AUTO_UPDATE=1 brew install xcbeautify
- name: Test Codegen Configurations
shell: bash
run: |
Expand Down

0 comments on commit 2cee6d7

Please sign in to comment.