Skip to content

Commit

Permalink
Revert "add manual installation of macos dependencies"
Browse files Browse the repository at this point in the history
This reverts commit e9bc56a.
  • Loading branch information
lschneiderbauer committed Jun 9, 2024
1 parent e960cae commit 47782b9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ jobs:
with:
use-public-rspm: true

- name: Install fftw3 on macOS
if: runner.os == 'macOS'
run: |
brew install fftw
brew install libomp
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::pkgdown, local::.
Expand Down

0 comments on commit 47782b9

Please sign in to comment.