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 93f4e7e commit 04726e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ jobs:
(
export LIBRSYS_R_VERSION="$(Rscript ./tools/print_r_version.R)"
# TODO: need to tweak libR-sys
export R_HOME="foo"
export R_INCLUDE_DIR="foo"
. "${HOME}/.cargo/env"
cd ./check/string2path.Rcheck/00_pkg_src/string2path/src/rust/
cargo build --target=aarch64-apple-darwin --lib --release --offline
Expand Down

0 comments on commit 04726e3

Please sign in to comment.