We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a579977 commit ecbf521Copy full SHA for ecbf521
.github/workflows/wpt.yml
@@ -31,7 +31,7 @@ jobs:
31
- uses: ./.github/actions/install
32
33
- name: json output
34
- run: zig build -Doptimize=ReleaseFast wpt -- --json > wpt.json
+ run: zig build wpt -- --json > wpt.json
35
36
- name: write commit
37
run: |
0 commit comments