File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -585,13 +585,13 @@ jobs:
585
585
make amalgam
586
586
- name : build amalgamation
587
587
run : |
588
- unzip -d $RUNNER_TEMP build/quickjs-amalgam.zip
589
- cc -Wall -I. -o $RUNNER_TEMP/run-test262.o -c run-test262.c
590
- cc -Wall -I/ -DQJS_BUILD_LIBC -o $RUNNER_TEMP/quickjs-amalgam.o -c $RUNNER_TEMP/quickjs-amalgam.c
591
- cc -o $RUNNER_TEMP/run-test262 $RUNNER_TEMP/run-test262.o $RUNNER_TEMP/quickjs-amalgam.o -lm
588
+ unzip -d " $RUNNER_TEMP" build/quickjs-amalgam.zip
589
+ cc -Wall -I. -o " $RUNNER_TEMP/run-test262.o" -c run-test262.c
590
+ cc -Wall -I/ -DQJS_BUILD_LIBC -o " $RUNNER_TEMP/quickjs-amalgam.o" -c " $RUNNER_TEMP/quickjs-amalgam.c"
591
+ cc -o " $RUNNER_TEMP/run-test262" " $RUNNER_TEMP/run-test262.o" " $RUNNER_TEMP/quickjs-amalgam.o" -lm
592
592
- name : test
593
593
run : |
594
- make test RUN262=$RUNNER_TEMP/run-test262
594
+ make test RUN262=" $RUNNER_TEMP/run-test262"
595
595
596
596
jscheck :
597
597
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments