An attemp to fix CI build failures

pull/1578/head
Ellet 1 year ago
parent b8f4af9095
commit 063390b121
No known key found for this signature in database
GPG Key ID: C488CC70BBCEF0D1
  1. 6
      .github/workflows/build.yml

@ -52,9 +52,6 @@ jobs:
- name: Check flutter version
run: flutter --version
- name: Fallbacks
run: ./scripts/fallbacks.sh
- name: Install dependencies
run: flutter pub get
@ -76,9 +73,6 @@ jobs:
- name: Check flutter version
run: flutter --version
- name: Fallbacks
run: ./scripts/fallbacks.sh
- name: Install dependencies
run: flutter pub get

Loading…
Cancel
Save