Skip to content

Commit

Permalink
fix cmd check yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisJones687 committed Mar 26, 2024
1 parent a7cdec3 commit b10c601
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
run: brew install gdal proj fribidi

- name: Install Ubuntu system dependencies
if: runner.os == "Linux"
run: sudo apt install libproj-dev
if: runner.os == 'Linux'
run: sudo apt install -y libproj-dev

- uses: r-lib/actions/setup-renv@v2
- uses: r-lib/actions/setup-r-dependencies@v2
Expand Down

0 comments on commit b10c601

Please sign in to comment.