Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsumner committed Nov 12, 2023
1 parent 1790465 commit 168d455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check-autotools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
use-public-rspm: true

- name: Install ubuntu autotools build system dependencies
if: runner.os == 'Linux' && matrix.config.PROJ_VERSION != "none"
if: runner.os == 'Linux' && ${{matrix.config.PROJ_VERSION}} != "none"
run: |
sudo apt-get update -y && sudo apt-get install -y libcurl4-openssl-dev libsqlite3-dev libtiff-dev cmake libssl-dev libxml2-dev
wget https://download.osgeo.org/proj/proj-$PROJ_NUMBER.tar.gz
Expand Down

0 comments on commit 168d455

Please sign in to comment.