Skip to content

Commit 04726e3

Browse files
Tweak
1 parent 93f4e7e commit 04726e3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/check-full.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ jobs:
110110
111111
(
112112
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+
113117
. "${HOME}/.cargo/env"
114118
cd ./check/string2path.Rcheck/00_pkg_src/string2path/src/rust/
115119
cargo build --target=aarch64-apple-darwin --lib --release --offline

0 commit comments

Comments
 (0)