Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
femalemonkeyman committed Aug 15, 2023
1 parent fde0475 commit 27bf1d4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: 'master'
channel: beta
- run: |
sudo apt-get update -y
sudo apt-get install -y ninja-build libgtk-3-dev clang mpv libmpv-dev
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
run: git config --system core.longpaths true
- uses: subosito/flutter-action@v2
with:
channel: 'master'
channel: beta
- name: Install project dependencies
run: flutter pub get
- name: Build artifacts
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
channel: 'master'
channel: beta

- name: Install dependencies
run: flutter pub get
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: 'master'
channel: beta
- name: Install project dependencies
run: flutter pub get
- name: Build artifacts
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
channel: 'master'
channel: beta
- name: Install project dependencies
run: flutter pub get
- name: Build artifacts
Expand Down

0 comments on commit 27bf1d4

Please sign in to comment.