Skip to content

Commit feee3a4

Browse files
authored
Update ios.yml
1 parent 88f2707 commit feee3a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ios.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ jobs:
1414
uses: actions/checkout@v3
1515

1616
- name: Set up Flutter
17-
uses: subosito/flutter-action@v3 # استخدام الإصدار الأحدث من flutter-action
17+
uses: subosito/flutter-action@v2
1818
with:
1919
flutter-version: '3.22.2'
2020
channel: 'stable'
21+
architecture: 'x64' # تحديد معمارية x64 بدلاً من arm64
2122

2223
- name: Install dependencies
2324
run: flutter pub get

0 commit comments

Comments
 (0)