Skip to content

Commit

Permalink
Add v8 to path
Browse files Browse the repository at this point in the history
  • Loading branch information
caaavik-msft committed Mar 5, 2024
1 parent 8baaf67 commit 6927cbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
with:
node-version: "20"
- name: Set up v8
run: npm install jsvu -g && jsvu --os=linux64 --engines=v8
run: npm install jsvu -g && jsvu --os=linux64 --engines=v8 && echo "$HOME/.jsvu/bin" >> $GITHUB_PATH
- name: Run task 'build'
run: ./build.cmd build
- name: Install wasm-tools workload
Expand All @@ -92,7 +92,7 @@ jobs:
with:
node-version: "20"
- name: Set up v8
run: npm install jsvu -g && jsvu --os=mac64 --engines=v8
run: npm install jsvu -g && jsvu --os=mac64 --engines=v8 && echo "$HOME/.jsvu/bin" >> $GITHUB_PATH
- name: Run task 'build'
run: ./build.cmd build
- name: Install wasm-tools workload
Expand Down

0 comments on commit 6927cbd

Please sign in to comment.