Skip to content

Commit

Permalink
squash! more tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Feb 27, 2025
1 parent 95b3711 commit e119460
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -586,8 +586,8 @@ jobs:
- name: build amalgamation
run: |
cc -Wall -I. -o $RUNNER_TEMP/run-test262.o -c run-test262.c
cc -Wall -I/ -o $RUNNER_TEMP/quickjs-amalgam.o -c $RUNNER_TEMP/quickjs-amalgam.c
cc -o $RUNNER_TEMP/run-test262 $RUNNER_TEMP/run-test262.o $RUNNER_TEMP/quickjs-amalgam.o
cc -Wall -I/ -DQJS_BUILD_LIBC -o $RUNNER_TEMP/quickjs-amalgam.o -c $RUNNER_TEMP/quickjs-amalgam.c
cc -o $RUNNER_TEMP/run-test262 $RUNNER_TEMP/run-test262.o $RUNNER_TEMP/quickjs-amalgam.o -lm
- name: test
run: |
make test RUN262=$RUNNER_TEMP/run-test262

0 comments on commit e119460

Please sign in to comment.