Skip to content

Commit

Permalink
Update r.yml
Browse files Browse the repository at this point in the history
reinstall homebrew
  • Loading branch information
amandazimmey authored Dec 4, 2024
1 parent 9e8d903 commit 22c5f48
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ jobs:
with:
r-version: 'latest'

- name: Install system dependencies
- name: Update and reinstall Homebrew dependencies
run: |
sudo apt-get update || true
sudo apt-get install -y libcurl4-openssl-dev libxml2-dev libssl-dev
unset HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK
brew update
brew reinstall pkgconf libxml2 openssl
- name: Install R dependencies
run: |
Expand Down

0 comments on commit 22c5f48

Please sign in to comment.