Skip to content

Commit

Permalink
feat: test build ios
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoweii committed Oct 26, 2023
1 parent 8977a7d commit 91be12b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ jobs:
runs-on: macos-13-xl
steps:
- uses: actions/checkout@v3
- name: Initialize submodules
run: |
git submodule update --init
cd ios/Clickstream
git status
ls
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
Expand Down

0 comments on commit 91be12b

Please sign in to comment.