Skip to content

Commit 63e332d

Browse files
committed
Add build-essential to Linux dependencies in CI
1 parent b2af6b2 commit 63e332d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
if: runner.os == 'Linux'
5151
run: |
5252
sudo apt-get update
53-
sudo apt-get install -y unixodbc-dev
53+
sudo apt-get install -y unixodbc-dev build-essential
5454
5555
- uses: r-lib/actions/setup-r@v2
5656
with:

0 commit comments

Comments
 (0)