Skip to content

Commit

Permalink
added setup-pandoc
Browse files Browse the repository at this point in the history
  • Loading branch information
IvoLeist committed Mar 22, 2024
1 parent 9afaf44 commit 775fff1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/R-CMD-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@ jobs:
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y libgit2-dev libsqliteodbc pandoc
sudo apt-get install -y libgit2-dev libsqliteodbc
- name: Create custom odbcinst.ini in a user-accessible directory
run: |
echo "[SQLite]" >> $HOME/odbcinst.ini
echo "Driver=/usr/lib/x86_64-linux-gnu/odbc/libsqlite3odbc.so" >> $HOME/odbcinst.ini
- uses: r-lib/actions/setup-pandoc@v2

- name: Install R
uses: r-lib/actions/setup-r@v2
Expand Down

0 comments on commit 775fff1

Please sign in to comment.