Skip to content

Commit

Permalink
Install llvm package for CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
pschachte committed Oct 9, 2024
1 parent 9493353 commit 63ab5aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
brew install llvm
brew install bdw-gc
brew install llvm-hs/llvm/llvm-9
brew install dwdiff
brew install coreutils
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install dependencies
run: |
sudo apt-get install llvm
sudo apt-get install clang
sudo apt-get install libgc-dev
sudo apt-get install llvm-9-dev
Expand Down

0 comments on commit 63ab5aa

Please sign in to comment.