Skip to content

Commit c595ebc

Browse files
committed
Deps
1 parent 80eaf5f commit c595ebc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ jobs:
7575
7676
echo "C:/rtools45-aarch64/usr/bin;C:/rtools45-aarch64/aarch64-w64-mingw32.static.posix/bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
7777
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"
7880
7981
- name: Install Dependencies (ARM64)
8082
if: matrix.config.os == 'windows-11-arm'

0 commit comments

Comments
 (0)