Skip to content

Commit

Permalink
Revise deps with fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
anngvu committed Feb 20, 2024
1 parent 6c3c3fc commit 0d6b7c0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: ${{ matrix.config.os }} (${{ matrix.config.r }})

strategy:
fail-fast: false
fail-fast: true
matrix:
config:
- {os: macOS-13, r: 'release'}
Expand All @@ -42,9 +42,8 @@ jobs:
- name: Install macOS system dependencies
if: runner.os == 'macOS'
run: |
brew install libssl-dev
brew install libcurl-dev
brew install zlib-dev
brew install curl-openssl
brew install zlib
- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down

0 comments on commit 0d6b7c0

Please sign in to comment.