We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5609b59 commit 8df9faeCopy full SHA for 8df9fae
.github/workflows/R-CMD-check.yaml
@@ -61,6 +61,7 @@ jobs:
61
62
echo "C:/rtools45-aarch64/usr/bin;C:/rtools45-aarch64/aarch64-w64-mingw32.static.posix/bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
63
echo "C:\Program Files\R-aarch64\R-4.5.0\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
64
+ echo "R_LIB_FOR_PAK='C:/Program Files/R-aarch64/R-4.5.0/library/'" | Out-File -Append -FilePath $env:GITHUB_ENV -Encoding utf8
65
Remove-Item -Path "R-4.5.0-aarch64.exe"
66
Remove-Item -Path "rtools45-aarch64.exe"
67
0 commit comments