Skip to content

Commit

Permalink
unlink r
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Feb 21, 2024
1 parent 036158d commit 9aa589e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,9 @@ jobs:
- build_tbb
steps:
- name: Install dependencies
run: brew install cmake ccache openssl@3
run: |
brew install cmake ccache openssl@3
brew unlink r
- name: Cache build
uses: actions/cache@v3
Expand Down

0 comments on commit 9aa589e

Please sign in to comment.