There was an error while loading. Please reload this page.
1 parent 3b40593 commit 17280c8Copy full SHA for 17280c8
2 files changed
.github/workflows/pr_javascript.yml
@@ -24,7 +24,7 @@ jobs:
24
working-directory: ./test
25
steps:
26
- name: Build object program
27
- run: ~/.bun/bin/bun build hd.js --compile --outfile hd
+ run: $BUN_INSTALL/bin/bun build hd.js --compile --outfile hd
28
working-directory: ./hd/javascript
29
- name: Build host program
30
run: ./test_maker .test/hd.test
.github/workflows/push_javascript.yml
@@ -21,7 +21,7 @@ jobs:
21
run: gcc -o test_maker test_maker.c
22
23
0 commit comments