File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ name: Haskell CI
33on :
44 pull_request :
55 merge_group :
6+ workflow_dispatch :
67
78jobs :
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
You can’t perform that action at this time.
0 commit comments