Skip to content

Commit

Permalink
master
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddify-com committed Jun 1, 2024
1 parent 4c48ae5 commit 762fa83
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/[email protected] #issue with 2.13
with:
flutter-version: ${{ env.FLUTTER_VERSION }}
channel: 'stable'
# flutter-version: ${{ env.FLUTTER_VERSION }}
channel: 'master'
cache: true

- name: Prepare
Expand Down Expand Up @@ -111,9 +111,10 @@ jobs:
- name: Setup Flutter
uses: subosito/[email protected] #issue with 2.13
with:
flutter-version: ${{ env.FLUTTER_VERSION }}
# flutter-version: ${{ env.FLUTTER_VERSION }}
# flutter-version-file: pubspec.yaml
channel: 'stable'
# channel: 'stable'
channel: 'master'
cache: true


Expand Down

0 comments on commit 762fa83

Please sign in to comment.