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