Skip to content

Commit

Permalink
Revert CI windows commits
Browse files Browse the repository at this point in the history
  • Loading branch information
rikardn committed Jun 8, 2024
1 parent 8af32f0 commit 353be75
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ jobs:
- name: Download R
uses: suisei-cn/actions-download-file@v1
with:
url: https://cran.r-project.org/bin/windows/base/old/4.3.3/R-4.3.3-win.exe
url: https://cran.r-project.org/bin/windows/base/old/4.0.3/R-4.0.3-win.exe
target: downloads/
- name: Download Python
uses: suisei-cn/actions-download-file@v1
Expand Down Expand Up @@ -393,17 +393,17 @@ jobs:
- name: Move pandoc
run: mv installer/pandoc-2.5-windows-i386/pandoc.exe installer/strawberry/perl/bin
shell: bash
- name: Install Rtools42
- name: Install Rtools40
shell: pwsh
run: |
if(Test-path c:\\rtools42){
echo "rtools42 is preinstalled"
if(Test-path c:\\rtools40){
echo "rtools40 is preinstalled"
} else {
choco install --confirm --no-progress --allow-downgrade rtools --version 4.4.6104
choco install --confirm --no-progress --allow-downgrade rtools --version 4.0.0.20220206
}
echo "c:\\rtools42\\usr\\bin" >> $GITHUB_PATH
echo "c:\\rtools40\\usr\\bin" >> $GITHUB_PATH
- name: Install R
run: downloads\R-4.3.3-win.exe /VERYSILENT /DIR="installer\R"
run: downloads\R-4.0.3-win.exe /VERYSILENT /DIR="installer\R"
shell: cmd
- name: Install renv
run: |
Expand Down

0 comments on commit 353be75

Please sign in to comment.