Skip to content

Commit

Permalink
feat(swiftlintci): run brew bundle install on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandkakonyi committed Oct 17, 2023
1 parent 76dd163 commit de059bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ jobs:
- name: Install node_modules (example/)
run: yarn install --frozen-lockfile --cwd example

- name: Install dependencies
run: brew bundle install

- name: Restore Pods cache
id: pods-cache-restore
uses: actions/cache/restore@v3
Expand Down Expand Up @@ -238,6 +241,9 @@ jobs:
- name: Install node_modules (example/)
run: yarn install --frozen-lockfile --cwd example

- name: Install dependencies
run: brew bundle install

- name: Restore Pods cache
id: pods-cache-restore
uses: actions/cache/restore@v3
Expand Down

0 comments on commit de059bc

Please sign in to comment.