Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/build-rtools.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: rtools
on:
workflow_call:
pull_request:
branches:
- main

jobs:
build:
Expand Down Expand Up @@ -37,6 +40,7 @@ jobs:
r-version: '4.3'
- name: Install RTools dependencies
run: |
pacman-key --refresh-keys
pacman -Sy --noconfirm base-devel
shell: c:\rtools43\usr\bin\bash.exe --login {0}
- name: Build TileDB
Expand Down
Loading