Skip to content

Commit

Permalink
add wget
Browse files Browse the repository at this point in the history
  • Loading branch information
lassedochreden committed Oct 25, 2024
1 parent 8ca4418 commit b8e5e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-checks-devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
apt-get update
apt-get install -y --no-install-recommends apt-utils
apt-get install -y --no-install-recommends zlib1g-dev libfftw3-dev libxml2-dev libxt-dev curl libglpk-dev libcairo2-dev libmagick++-dev libcurl4-gnutls-dev libudunits2-dev libgdal-dev libproj-dev libnode-dev tk libv8-dev
apt-get install -y --no-install-recommends wget zlib1g-dev libfftw3-dev libxml2-dev libxt-dev curl libglpk-dev libcairo2-dev libmagick++-dev libcurl4-gnutls-dev libudunits2-dev libgdal-dev libproj-dev libnode-dev tk libv8-dev
LATEST_RELEASE=$(curl --silent "https://api.github.com/repos/jgm/pandoc/releases/latest" | grep -Po '"tag_name": "\K.*?(?=")')
wget https://github.com/jgm/pandoc/releases/download/$LATEST_RELEASE/pandoc-${LATEST_RELEASE}-linux-amd64.deb
sudo dpkg -i pandoc-${LATEST_RELEASE}-linux-amd64.deb
Expand Down

0 comments on commit b8e5e4f

Please sign in to comment.