Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Aug 17, 2024
1 parent 57c6741 commit f6b8969
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ jobs:
if: matrix.build == 'weval'
run: |
cmake -S . -B cmake-build-weval -DCMAKE_BUILD_TYPE=Release -DUSE_WASM_OPT=OFF -DWEVAL=ON -DENABLE_WPT:BOOL=ON
cmake --build cmake-build-${{ matrix.build }} --parallel 4 --target wpt-runtime starling-ics.wevalcache
cmake --build cmake-build-weval --parallel 4 --target starling-ics.wevalcache
cmake --build cmake-build-weval --parallel 4 --target wpt-runtime
- name: Prepare WPT hosts
run: |
Expand Down

0 comments on commit f6b8969

Please sign in to comment.