Skip to content

Commit

Permalink
ci: add system dependency addition for macos
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Sajid Imami <[email protected]>
  • Loading branch information
AliSajid committed May 11, 2024
1 parent 5a0e65a commit 8d4dcad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/create_github_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
- name: Install system dependencies
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install -y libxml2-dev libssl-dev
- name: Install system dependencies
if: matrix.os == 'macos-latest'
run: brew install libxml2 openssl
- name: Setup R
uses: r-lib/actions/setup-r@929c772977a3a13c8733b363bf5a2f685c25dd91 # v2.9.0
with:
Expand Down

0 comments on commit 8d4dcad

Please sign in to comment.