From a4e2514bc093c21cc8b21917425ace38864ceade Mon Sep 17 00:00:00 2001 From: David Senk Date: Fri, 6 Sep 2024 11:37:44 -0400 Subject: [PATCH] updated web build arguments --- .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 b88e698..221c1fb 100644 --- a/.github/workflows/linux-web.yaml +++ b/.github/workflows/linux-web.yaml @@ -40,7 +40,7 @@ jobs: run: flutter build appbundle - name: Build for web - run: flutter build web + run: flutter build web --no-web-resources-cdn --csp --web-renderer canvaskit - name: Gather linux artifacts uses: actions/upload-artifact@v4