Skip to content

Commit

Permalink
try to fix libpng
Browse files Browse the repository at this point in the history
  • Loading branch information
bmeluch authored Feb 24, 2025
1 parent aa8501f commit ede6551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notebook_check_r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: dependencies on Linux
if: runner.os == 'Linux'
run: sudo apt-get install -y make libicu-dev libxml2-dev libssl-dev pandoc librdf0-dev libnode-dev libcurl4-gnutls-dev libpng-devel
run: sudo apt-get install -y make libicu-dev libxml2-dev libssl-dev pandoc librdf0-dev libnode-dev libcurl4-gnutls-dev libpng-dev

- id: r-dependencies
name: Install r dependencies
Expand Down

0 comments on commit ede6551

Please sign in to comment.