Skip to content

Commit

Permalink
missing nl
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-dex committed Oct 29, 2020
1 parent 0fff632 commit 4c9ac3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:

- name: Install dependencies
run: |
sudo apt-get install libcurl4-openssl-dev libglpk-dev libmagick++-dev
sudo apt-get install libcurl4-openssl-dev libglpk-dev libmagick++-dev \
libharfbuzz-dev libfribidi-dev
- uses: r-lib/actions/setup-r@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:

- name: Install dependencies
run: |
sudo apt-get install libcurl4-openssl-dev libglpk-dev libmagick++-dev
sudo apt-get install libcurl4-openssl-dev libglpk-dev libmagick++-dev \
libharfbuzz-dev libfribidi-dev
- uses: r-lib/actions/setup-r@master
Expand Down

0 comments on commit 4c9ac3d

Please sign in to comment.