We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93f4e7e commit 04726e3Copy full SHA for 04726e3
.github/workflows/check-full.yaml
@@ -110,6 +110,10 @@ jobs:
110
111
(
112
export LIBRSYS_R_VERSION="$(Rscript ./tools/print_r_version.R)"
113
+ # TODO: need to tweak libR-sys
114
+ export R_HOME="foo"
115
+ export R_INCLUDE_DIR="foo"
116
+
117
. "${HOME}/.cargo/env"
118
cd ./check/string2path.Rcheck/00_pkg_src/string2path/src/rust/
119
cargo build --target=aarch64-apple-darwin --lib --release --offline
0 commit comments