Skip to content

Commit

Permalink
The crate name was renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Sep 1, 2024
1 parent 9707fc4 commit be477c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ jobs:
- name: Install cxxbridge-cmd
if: steps.cache-build-result.outputs.cache-hit != 'true' && env.ONNXRUNTIME_NAME == 'voicevox_onnxruntime'
run: |
md=$(cargo metadata --manifest-path ./decrypt_vv_model/Cargo.toml --format-version 1)
md=$(cargo metadata --manifest-path ./vv_bin/Cargo.toml --format-version 1)
version=$(jq -r '.packages[] | select(.name == "cxx").version' <<< "$md")
cargo binstall "cxxbridge-cmd@$version" --no-confirm --log-level debug
Expand Down

0 comments on commit be477c6

Please sign in to comment.