Skip to content

Commit

Permalink
try harddcode toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
sorhawell committed Sep 8, 2023
1 parent f9484ef commit 6954abc
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 @@ -67,7 +67,7 @@ jobs:
pwd
make requirements-rs
rustup target add "$RUNNER_TARGET"
rustup default "$RUNNER_TARGET"
rustup default nightly-2023-07-27-aarch64-apple-darwin
cargo build --lib --profile release-optimized --manifest-path=./src/rust/Cargo.toml
mv ./src/rust/target/release-optimized/libr_polars.a ./inst/
echo "$RUNNER_TARGET" > .inst/target.txt
Expand Down

0 comments on commit 6954abc

Please sign in to comment.