try once more
This commit is contained in:
parent
86fd50e21d
commit
21f57f6929
@ -38,7 +38,8 @@ jobs:
|
|||||||
- uses: https://github.com/subosito/flutter-action@v2
|
- uses: https://github.com/subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
channel: stable
|
channel: stable
|
||||||
flutter-version: 3.22
|
flutter-version-file: ${{ gitea.workspace }}/frontend/pubspec.yaml
|
||||||
|
architecture: x64
|
||||||
cache: true
|
cache: true
|
||||||
|
|
||||||
- name: Install dependencies and clean up
|
- name: Install dependencies and clean up
|
||||||
|
@ -25,7 +25,8 @@ jobs:
|
|||||||
uses: https://github.com/subosito/flutter-action@v2
|
uses: https://github.com/subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
channel: stable
|
channel: stable
|
||||||
flutter-version: 3.22
|
flutter-version-file: ${{ gitea.workspace }}/frontend/pubspec.yaml
|
||||||
|
architecture: x64
|
||||||
cache: true
|
cache: true
|
||||||
|
|
||||||
- name: Install dependencies and clean up
|
- name: Install dependencies and clean up
|
||||||
|
@ -1015,4 +1015,4 @@ packages:
|
|||||||
version: "3.1.3"
|
version: "3.1.3"
|
||||||
sdks:
|
sdks:
|
||||||
dart: ">=3.7.0 <4.0.0"
|
dart: ">=3.7.0 <4.0.0"
|
||||||
flutter: ">=3.27.0"
|
flutter: ">=3.29.1"
|
||||||
|
@ -20,6 +20,7 @@ version: 1.0.0+1
|
|||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=3.3.4 <4.0.0'
|
sdk: '>=3.3.4 <4.0.0'
|
||||||
|
flutter: '3.29.1'
|
||||||
|
|
||||||
# Dependencies specify other packages that your package needs in order to work.
|
# Dependencies specify other packages that your package needs in order to work.
|
||||||
# To automatically upgrade your package dependencies to the latest versions
|
# To automatically upgrade your package dependencies to the latest versions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user