File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,20 +30,20 @@ jobs:
30
30
cabal-version : " 3.10.3.0"
31
31
32
32
- name : Install LLVM (macOS)
33
- if : runner.os == 'macOS'
33
+ if : runner.os == 'macOS' && matrix.ghc == '8.10'
34
34
run : |
35
35
brew install llvm@13
36
36
echo "LLVM_CONFIG=$(brew --prefix llvm@13)/bin/llvm-config" >> $GITHUB_ENV
37
37
echo "$(brew --prefix llvm@13)/bin" >> $GITHUB_PATH
38
38
39
39
- name : Verify LLVM installation
40
- if : runner.os == 'macOS'
40
+ if : runner.os == 'macOS' && matrix.ghc == '8.10'
41
41
run : |
42
42
llvm-config --version
43
43
opt --version
44
44
45
45
- name : Print environment variables
46
- if : runner.os == 'macOS'
46
+ if : runner.os == 'macOS' && matrix.ghc == '8.10'
47
47
run : |
48
48
echo "PATH = $PATH"
49
49
echo "LLVM_CONFIG = $LLVM_CONFIG"
You can’t perform that action at this time.
0 commit comments