Skip to content

Commit

Permalink
installed sd
Browse files Browse the repository at this point in the history
  • Loading branch information
mrehan27 committed Aug 5, 2024
1 parent 71b1743 commit 86ce987
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-sample-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,18 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-flutter

# RN setup
# Flutter setup

- name: Install dependencies to build sample app
run: flutter pub get
working-directory: "apps/${{ matrix.sample-app }}"

- name: Install CLI tools used in CI script
shell: bash
run: |
brew install sd # used in CI script as an easier to use sed CLI. Replaces text in files.
brew install xcbeautify # used by fastlane for output
# iOS setup

- name: Run iOS setup steps to be able to build sample apps
Expand Down

0 comments on commit 86ce987

Please sign in to comment.