Skip to content

Commit f47ab7a

Browse files
committed
Merge branch 'llvm-CI'
2 parents f9b1285 + d929198 commit f47ab7a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,13 @@ jobs:
125125

126126
- name: Run build
127127
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++"
132132
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"
135135
. .github/scripts/env.sh
136136
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
137137
cabal test

0 commit comments

Comments
 (0)