We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fe6663 commit 25bddb1Copy full SHA for 25bddb1
1 file changed
.github/workflows/main.yml
@@ -48,7 +48,7 @@ jobs:
48
$RTOOLS = if ('${{ matrix.os }}' -eq 'windows-11-arm') { "rtools45-$ARCH" } else { 'rtools45' }
49
50
# Installation will hang if the toolchain is already installed
51
- if (-Not Test-Path -Path "$RTOOLS") {
+ if (-Not $(Test-Path -Path "C:/$RTOOLS")) {
52
Invoke-WebRequest `
53
-Uri https://github.com/r-hub/rtools45/releases/download/latest/$RTOOLS.exe `
54
-Headers @{ 'Authorization' = "Bearer ${{ secrets.GITHUB_TOKEN }}" } `
0 commit comments