Removed flutter clean from workflow; doesn't affect anything.

This commit is contained in:
Alex Garneau
2026-03-04 10:13:36 -07:00
parent 0f5711f5c7
commit 9e46bfa2e7
2 changed files with 1 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ on:
workflow_dispatch:
inputs:
wasm:
description: Build using WebAssembly
description: Build using WebAssembly (WASM)
required: false
default: true
type: boolean

View File

@@ -30,9 +30,6 @@ jobs:
flutter-version: '3.35.7'
channel: 'stable'
- name: Clean build folder
run: flutter clean
- name: Get dependencies
run: flutter pub get