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 88f2707 commit feee3a4Copy full SHA for feee3a4
.github/workflows/ios.yml
@@ -14,10 +14,11 @@ jobs:
14
uses: actions/checkout@v3
15
16
- name: Set up Flutter
17
- uses: subosito/flutter-action@v3 # استخدام الإصدار الأحدث من flutter-action
+ uses: subosito/flutter-action@v2
18
with:
19
flutter-version: '3.22.2'
20
channel: 'stable'
21
+ architecture: 'x64' # تحديد معمارية x64 بدلاً من arm64
22
23
- name: Install dependencies
24
run: flutter pub get
0 commit comments