File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 88 - name : install v8
99 shell : bash
1010 run : |
11- mkdir -p vendor/jsruntime-lib /vendor/v8/${{env.ARCH}}/debug
12- ln -s /usr/local/lib/libc_v8.a vendor/jsruntime-lib /vendor/v8/${{env.ARCH}}/debug/libc_v8.a
11+ mkdir -p vendor/zig-js-runtime /vendor/v8/${{env.ARCH}}/debug
12+ ln -s /usr/local/lib/libc_v8.a vendor/zig-js-runtime /vendor/v8/${{env.ARCH}}/debug/libc_v8.a
1313
14- mkdir -p vendor/jsruntime-lib /vendor/v8/${{env.ARCH}}/release
15- ln -s /usr/local/lib/libc_v8.a vendor/jsruntime-lib /vendor/v8/${{env.ARCH}}/release/libc_v8.a
14+ mkdir -p vendor/zig-js-runtime /vendor/v8/${{env.ARCH}}/release
15+ ln -s /usr/local/lib/libc_v8.a vendor/zig-js-runtime /vendor/v8/${{env.ARCH}}/release/libc_v8.a
1616
1717 - name : libiconv
1818 shell : bash
Original file line number Diff line number Diff line change 5555 with :
5656 fetch-depth : 0
5757 token : ${{ secrets.GH_CI_PAT }}
58- # fetch submodules recusively, to get jsruntime-lib submodules also.
58+ # fetch submodules recusively, to get zig-js-runtime submodules also.
5959 submodules : recursive
6060
6161 - uses : ./.github/actions/install
Original file line number Diff line number Diff line change 1515 - " build.zig"
1616 - " src/**/*.zig"
1717 - " src/*.zig"
18- - " vendor/jsruntime-lib "
18+ - " vendor/zig-js-runtime "
1919 pull_request :
2020
2121 # By default GH trigger on types opened, synchronize and reopened.
5353 with :
5454 fetch-depth : 0
5555 token : ${{ secrets.GH_CI_PAT }}
56- # fetch submodules recusively, to get jsruntime-lib submodules also.
56+ # fetch submodules recusively, to get zig-js-runtime submodules also.
5757 submodules : recursive
5858
5959 - uses : ./.github/actions/install
7979 with :
8080 fetch-depth : 0
8181 token : ${{ secrets.GH_CI_PAT }}
82- # fetch submodules recusively, to get jsruntime-lib submodules also.
82+ # fetch submodules recusively, to get zig-js-runtime submodules also.
8383 submodules : recursive
8484
8585 - uses : ./.github/actions/install
@@ -105,7 +105,7 @@ jobs:
105105 with :
106106 fetch-depth : 0
107107 token : ${{ secrets.GH_CI_PAT }}
108- # fetch submodules recusively, to get jsruntime-lib submodules also.
108+ # fetch submodules recusively, to get zig-js-runtime submodules also.
109109 submodules : recursive
110110
111111 - uses : ./.github/actions/install
You can’t perform that action at this time.
0 commit comments