Skip to content
Draft
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- name: Install tree-sitter-cli
run: npm install -g tree-sitter-cli

- name: Install ODBC
run: sudo apt-get install -y unixodbc-dev

- name: Install Rust
uses: dtolnay/rust-toolchain@stable

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
- name: Install LLVM
run: sudo apt-get install -y llvm

- name: Install ODBC
run: sudo apt-get install -y unixodbc-dev

- name: Install Rust
uses: dtolnay/rust-toolchain@stable

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: Install LLVM
run: sudo apt-get install -y llvm

- name: Install ODBC
run: sudo apt-get install -y unixodbc-dev

- name: Install Rust
uses: dtolnay/rust-toolchain@stable

Expand Down
Loading
Loading