mirror of
https://github.com/gskinnerTeam/flutter-wonderous-app.git
synced 2026-03-13 08:11:49 +08:00
Removed flutter clean from workflow; doesn't affect anything.
This commit is contained in:
@@ -4,7 +4,7 @@ on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
wasm:
|
||||
description: Build using WebAssembly
|
||||
description: Build using WebAssembly (WASM)
|
||||
required: false
|
||||
default: true
|
||||
type: boolean
|
||||
|
||||
3
.github/workflows/build_web.yml
vendored
3
.github/workflows/build_web.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user