Ruby: Fix cross-compilation

Ensure that builds via cargo-cross, which are executed in a docker
container, can see the shared library.
This commit is contained in:
Harry Maclean
2023-03-17 13:16:36 +13:00
parent f2fc80b3c1
commit 856132bc2f
3 changed files with 18 additions and 4 deletions

View File

@@ -24,6 +24,6 @@ runs:
if: steps.cache-extractor.outputs.cache-hit != 'true'
shell: bash
run: |
cargo install cross --version 0.2.1
cargo install cross --version 0.2.5
scripts/create-extractor-pack.sh
working-directory: ruby