From 6ced750cc837088e1837b0ce44908327a699a78f Mon Sep 17 00:00:00 2001 From: David Senk Date: Sun, 18 Jan 2026 11:48:29 -0500 Subject: [PATCH] remove obsolete web build option --- .github/workflows/linux-web.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux-web.yaml b/.github/workflows/linux-web.yaml index cd6aba8..67481a1 100644 --- a/.github/workflows/linux-web.yaml +++ b/.github/workflows/linux-web.yaml @@ -40,7 +40,7 @@ jobs: run: flutter build appbundle --debug - name: Build for web - run: flutter build web --no-web-resources-cdn --csp --web-renderer canvaskit + run: flutter build web --no-web-resources-cdn --csp - name: Gather linux artifacts uses: actions/upload-artifact@v4