We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dc2991 commit a59db4eCopy full SHA for a59db4e
1 file changed
.github/workflows/release.yml
@@ -63,7 +63,7 @@ jobs:
63
docker-options: ${{ matrix.docker_options }} -e LIBCLANG_PATH=${{ github.workspace }}/target/${{ matrix.rust_target }}/release/clang/lib -e LD_LIBRARY_PATH=${{ github.workspace }}/target/${{ matrix.rust_target }}/release/clang/lib
64
before-script-linux: |
65
if [ "${{ matrix.v8_from_source }}" = "1" ]; then
66
- cargo fetch --locked
+ env -u RUSTC_WRAPPER cargo fetch --locked
67
V8_SRC="$(find /root/.cargo/registry/src -maxdepth 2 -type d -name 'v8-147.4.0' -print -quit)"
68
CLANG_DIR="${{ github.workspace }}/target/${{ matrix.rust_target }}/release/clang"
69
python3 "$V8_SRC/tools/clang/scripts/update.py" --output-dir "$CLANG_DIR"
0 commit comments