Skip to content

Commit

Permalink
fix faulty ls cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
sorhawell committed Sep 8, 2023
1 parent bbb9703 commit cffff5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_cross_compiled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cffff5a

Please sign in to comment.