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