We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30c6973 commit 6c84e6aCopy full SHA for 6c84e6a
.github/workflows/build.yml
@@ -85,6 +85,12 @@ jobs:
85
permissions:
86
contents: write
87
steps:
88
+ - uses: subosito/flutter-action@v2
89
+ with:
90
+ cache: true
91
+ - uses: maxim-lobanov/setup-xcode@v1
92
93
+ xcode-version: 16.4
94
- name: Checkout repository
95
uses: actions/checkout@v4
96
with:
@@ -95,12 +101,6 @@ jobs:
101
# lib
102
# scripts
97
103
# ios
98
- - uses: subosito/flutter-action@v2
99
- with:
100
- cache: true
- - uses: maxim-lobanov/setup-xcode@v1
- xcode-version: 16.4
104
- name: Gathering dependencies
105
run: flutter pub get
106
- name: Build ios xcarchive
0 commit comments