Skip to content

Commit efd4cda

Browse files
committed
Try to fix linux build
1 parent b54ee2e commit efd4cda

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -184,10 +184,6 @@ jobs:
184184
- uses: subosito/[email protected]
185185
with:
186186
flutter-version-file: app/pubspec.yaml
187-
channel: 'master'
188-
cache: true
189-
cache-key: 'flutter-:os:-:channel:-:version:-:arch:-:hash:'
190-
cache-path: '${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:'
191187
- name: ✅ Enable platforms
192188
run: flutter config --enable-linux-desktop
193189
- name: 📦 Get dependencies
@@ -307,10 +303,6 @@ jobs:
307303
- uses: subosito/[email protected]
308304
with:
309305
flutter-version-file: app/pubspec.yaml
310-
channel: 'master'
311-
cache: true
312-
cache-key: 'flutter-:os:-:channel:-:version:-:arch:-:hash:'
313-
cache-path: '${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:'
314306
- name: ✅ Enable platforms
315307
run: flutter config --enable-linux-desktop
316308
- name: 📦 Get dependencies

0 commit comments

Comments
 (0)