Skip to content

Commit

Permalink
fix if
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed May 13, 2024
1 parent b1f5e69 commit 34020a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/tasks/r/github.packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ jobs:
working-directory: 'arrow'
extra-packages: cpp11
- name: Set CRAN like openssl
if: startsWith('macos', matrix.platform.runs_on)
if: contains(matrix.platform.name, 'macOS')
shell: Rscript {0}
run: |
# get the mac-recipes version of openssl from CRAN
Expand Down

0 comments on commit 34020a2

Please sign in to comment.