File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -125,13 +125,13 @@ jobs:
125
125
126
126
- name : Run build
127
127
run : |
128
- bash .github/scripts/brew.sh git coreutils llvm@11 autoconf automake
129
- export PATH="$HOME/.brew/bin:$HOME/.brew/sbin:$HOME/.brew/opt/llvm@11 /bin:$PATH"
130
- export CC="$HOME/.brew/opt/llvm@11 /bin/clang"
131
- export CXX="$HOME/.brew/opt/llvm@11 /bin/clang++"
128
+ bash .github/scripts/brew.sh git coreutils llvm@13 autoconf automake
129
+ export PATH="$HOME/.brew/bin:$HOME/.brew/sbin:$HOME/.brew/opt/llvm@13 /bin:$PATH"
130
+ export CC="$HOME/.brew/opt/llvm@13 /bin/clang"
131
+ export CXX="$HOME/.brew/opt/llvm@13 /bin/clang++"
132
132
export LD=ld
133
- export AR="$HOME/.brew/opt/llvm@11 /bin/llvm-ar"
134
- export RANLIB="$HOME/.brew/opt/llvm@11 /bin/llvm-ranlib"
133
+ export AR="$HOME/.brew/opt/llvm@13 /bin/llvm-ar"
134
+ export RANLIB="$HOME/.brew/opt/llvm@13 /bin/llvm-ranlib"
135
135
. .github/scripts/env.sh
136
136
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_NONINTERACTIVE=1 BOOTSTRAP_HASKELL_INSTALL_NO_STACK=1 BOOTSTRAP_HASKELL_GHC_VERSION=${{ matrix.ghc }} BOOTSTRAP_HASKELL_ADJUST_BASHRC=yes sh
137
137
cabal test
You can’t perform that action at this time.
0 commit comments