Skip to content

Commit b2af6b2

Browse files
committed
Add unixodbc-dev install step for Linux runners
1 parent ae6d539 commit b2af6b2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ jobs:
4646

4747
- uses: r-lib/actions/setup-pandoc@v2
4848

49+
- name: Install system dependencies
50+
if: runner.os == 'Linux'
51+
run: |
52+
sudo apt-get update
53+
sudo apt-get install -y unixodbc-dev
54+
4955
- uses: r-lib/actions/setup-r@v2
5056
with:
5157
r-version: ${{ matrix.config.r }}

0 commit comments

Comments
 (0)