Skip to content

Commit

Permalink
Added more linux libs, Changed 4.2 to 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
royfrancis committed Aug 9, 2023
1 parent 426b962 commit 96b274f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
config:
- {os: ubuntu-20.04, r: '4.1'}
- {os: ubuntu-20.04, r: '4.2'}
runs-on: ${{ matrix.config.os }}
steps:
- name: Set time zone
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Install linux dependencies
run: |
sudo apt-get update
sudo apt-get install libxml2-dev libssl-dev libcurl4-openssl-dev libudunits2-dev libopenblas-base libgdal-dev libfreetype6-dev libpng-dev libtiff5-dev libjpeg-dev
sudo apt-get install libxml2-dev libssl-dev libcurl4-openssl-dev libudunits2-dev libopenblas-base libgdal-dev libfreetype6-dev libpng-dev libtiff5-dev libjpeg-dev libfontconfig1-dev libharfbuzz-dev libfribidi-dev
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt install ./google-chrome-stable_current_amd64.deb
rm -rf google-chrome-stable_current_amd64.deb
Expand Down

0 comments on commit 96b274f

Please sign in to comment.