We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80eaf5f commit c595ebcCopy full SHA for c595ebc
.github/workflows/R-CMD-check.yaml
@@ -75,6 +75,8 @@ jobs:
75
76
echo "C:/rtools45-aarch64/usr/bin;C:/rtools45-aarch64/aarch64-w64-mingw32.static.posix/bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
77
echo "C:\Program Files\R-aarch64\R-4.5.0\bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
78
+ Remove-Item -Path "R-4.5.0-aarch64.exe"
79
+ Remove-Item -Path "rtools45-aarch64.exe"
80
81
- name: Install Dependencies (ARM64)
82
if: matrix.config.os == 'windows-11-arm'
0 commit comments