Skip to content

Commit

Permalink
iOSのビルドを通す
Browse files Browse the repository at this point in the history
  • Loading branch information
4ster1sk committed Oct 18, 2024
1 parent 6cc4b32 commit 4ffcae7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
restore-keys: |
build-pubspec-
- name: Create symbolic link
run: ln -s ${{ env.FLUTTER_ROOT }} $HOME/work/flutter

- name: Flutter pub get
run: flutter pub get

Expand Down

0 comments on commit 4ffcae7

Please sign in to comment.