Skip to content

Commit 72cd624

Browse files
committed
remove forced llvm link from workflow
1 parent 031cbb2 commit 72cd624

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
brew update
3131
brew install gcc
3232
brew install llvm@16
33-
brew link --force llvm@16
33+
# brew link --force llvm@16
3434
brew install automake
3535
brew install fribidi
3636
brew install gettext

0 commit comments

Comments
 (0)