diff --git a/.github/workflows/release_cross_compiled.yaml b/.github/workflows/release_cross_compiled.yaml index 02ccdea8c..4f6caa9f2 100644 --- a/.github/workflows/release_cross_compiled.yaml +++ b/.github/workflows/release_cross_compiled.yaml @@ -70,7 +70,7 @@ jobs: cargo build --lib --profile release-optimized --target "$RUNNER_TARGET" --manifest-path=./src/rust/Cargo.toml mv ./src/rust/target/"$RUNNER_TARGET"/release-optimized/libr_polars.a ./inst/ ls -l - ls ./inst/ -l + ls -l ./inst/ env: RUNNER_TARGET: "${{ matrix.config.target }}" shell: bash