We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a80d949 commit 8ddf674Copy full SHA for 8ddf674
1 file changed
.github/workflows/ci.yml
@@ -152,6 +152,7 @@ jobs:
152
# `cargo build --manifest-path` (which apparently build different dependency trees).
153
# However, we've been unable to fix it so... /shrug
154
- name: Check v8 outputs
155
+ shell: bash
156
run: |
157
find "${CARGO_TARGET_DIR}"/ -type f | grep '[/_]v8' || true
158
if ! [ -f "${CARGO_TARGET_DIR}"/release/gn_out/obj/librusty_v8.a ]; then
0 commit comments