mirror of
https://github.com/github/codeql.git
synced 2026-05-04 13:15:21 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user