mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-24 15:19:31 -05:00
Update ci.yml
This commit is contained in:
parent
6338ce1bc4
commit
21347b7d70
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -198,7 +198,7 @@ jobs:
|
|||
run: |
|
||||
docker run -v "$PWD":/usr/src/rusty_v8 -w /usr/src/rusty_v8 rust:alpine3.16 ./musl-build.sh ${{ env.CARGO_VARIANT_FLAG }}
|
||||
docker cp $(docker ps -lq):/usr/src/rusty_v8/target/${{ matrix.config.variant }}/gn_out/obj/librusty_v8.a target/librusty_v8_${{ matrix.config.variant }}_x86_64-unknown-linux-musl.a
|
||||
sudo chown $(id -u):$(id -g) target/
|
||||
sudo chown $(id -u):$(id -g) /home/runner/work/rusty_v8/rusty_v8/target/debug/
|
||||
|
||||
- name: Test
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue