Skip to content

Commit

Permalink
Disable wasm renderer for now
Browse files Browse the repository at this point in the history
  • Loading branch information
h3x4d3c1m4l committed Nov 15, 2023
1 parent ae34c22 commit d9dd00b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-to-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: flutter analyze

- name: Build web
run: flutter build web --release --base-href '/devtools/' --web-renderer skwasm
run: flutter build web --release --base-href '/devtools/'

- name: Fix permissions
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: flutter analyze

- name: Build web
run: flutter build web --release --base-href '/devtools/' --web-renderer skwasm
run: flutter build web --release --base-href '/devtools/'

- name: Fix permissions
run: |
Expand Down

0 comments on commit d9dd00b

Please sign in to comment.