Skip to content

Commit

Permalink
Use mjs for top-level wait
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed Jan 6, 2025
1 parent 0882279 commit 9059b2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
CCACHE_SLOPPINESS: time_macros
shell: bash
run: |
npx zx build.js ${{ matrix.arch }} --verbose
npx zx build.mjs ${{ matrix.arch }} --verbose
- name: Test
if: matrix.arch == runner.arch
Expand Down
File renamed without changes.

0 comments on commit 9059b2c

Please sign in to comment.