Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Commit b74b21e

Browse files
committed
Install rtools4
1 parent d3ff88c commit b74b21e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/bundle.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
git config --global core.autocrlf false
1313
git config --global user.email 'jeroenooms@gmail.com'
1414
git config --global user.name 'Jeroen Ooms (via CI)'
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
16+
- uses: r-windows/install-rtools@master
1617
- id: download
1718
name: Download libraries
1819
run: |

0 commit comments

Comments
 (0)