Skip to content

Commit

Permalink
Фикс Github Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zensonaton committed Mar 2, 2024
1 parent 4a217ec commit 12b850c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,13 @@ jobs:
uses: actions/checkout@v3

- name: Set up Flutter
uses: subosito/flutter-action@v2
uses: subosito/flutter-action@v2.12.0
with:
channel: "stable"
cache: true

- name: Get dependencies
run: flutter pub get
env:
PUB_CACHE: "%LOCALAPPDATA%\\Pub\\Cache"

- name: Build Windows release
run: flutter build windows --release
Expand Down

0 comments on commit 12b850c

Please sign in to comment.