Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
yutannihilation committed Aug 1, 2022
1 parent bcd9b61 commit 83e0d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
# For M1 macOS
rustup target add aarch64-apple-darwin
export LIBRSYS_R_VERSION="$(Rscript ./tools/print_r_version.R)" && `
$env:LIBRSYS_R_VERSION="$(Rscript ./tools/print_r_version.R)" && `
. "${HOME}/.cargo/env" && `
cargo build --target=aarch64-apple-darwin --lib --release --manifest-path=./check/string2path.Rcheck/00_pkg_src/string2path/src/rust/Cargo.toml
mv ./check/string2path.Rcheck/00_pkg_src/string2path/src/rust/target/aarch64-apple-darwin/release/libstring2path.a staticlib/aarch64-apple-darwin-libstring2path.a
Expand Down

0 comments on commit 83e0d52

Please sign in to comment.