Skip to content

Commit c471990

Browse files
committed
Try another hack to get Windows CI working.
1 parent a9069e6 commit c471990

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@ jobs:
7474
done < <(Rscript -e 'writeLines(remotes::system_requirements("ubuntu", "24.04", "./packages/nimble"))')
7575
sudo apt-get install libcurl4-openssl-dev # needed for R pkg curl -> covr
7676
77+
- name: Install rlang (Windows) to try to fix install failure
78+
if: runner.os == 'Windows'
79+
run: |
80+
install.packages('rlang')
81+
shell: Rscript {0}
82+
7783
- name: Install dependencies
7884
run: |
7985
source('install_requirements.R') # Windows doesn't like running via ./install_requirements.R

0 commit comments

Comments
 (0)