Skip to content

Commit 26e8e53

Browse files
committed
WIP: removed llvm from GHA (macos)
1 parent fc24459 commit 26e8e53

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/haskell.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Haskell CI
33
on:
44
pull_request:
55
merge_group:
6+
workflow_dispatch:
67

78
jobs:
89
build:
@@ -29,24 +30,10 @@ jobs:
2930
ghc-version: ${{ matrix.ghc }}
3031
cabal-version: "3.12.1.0"
3132

32-
- name: Install LLVM (macOS)
33-
if: runner.os == 'macOS' && matrix.ghc == '8.10'
34-
run: |
35-
brew install llvm@13
36-
echo "LLVM_CONFIG=$(brew --prefix llvm@13)/bin/llvm-config" >> $GITHUB_ENV
37-
echo "$(brew --prefix llvm@13)/bin" >> $GITHUB_PATH
38-
39-
- name: Verify LLVM installation
40-
if: runner.os == 'macOS' && matrix.ghc == '8.10'
41-
run: |
42-
llvm-config --version
43-
opt --version
44-
4533
- name: Print environment variables
4634
if: runner.os == 'macOS' && matrix.ghc == '8.10'
4735
run: |
4836
echo "PATH = $PATH"
49-
echo "LLVM_CONFIG = $LLVM_CONFIG"
5037
5138
- uses: actions/checkout@v4
5239

0 commit comments

Comments
 (0)