Skip to content

Commit dfd83b4

Browse files
committed
ci: try using clang
1 parent 9d96bda commit dfd83b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/bit32-multi-arch-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
mkdir -p ".install/${{ matrix.arch }}"
3030
install: |
3131
apt-get update -q -y
32-
apt-get install -q -y curl unzip build-essential libreadline-dev libncurses-dev
32+
apt-get install -q -y curl unzip build-essential libreadline-dev libncurses-dev clang
3333
rm -rf /var/lib/apt/lists/*
3434
run: |
3535
v() {
@@ -38,6 +38,7 @@ jobs:
3838
echo -e "\033[0m" >&2
3939
"$@"
4040
}
41+
export CC=clang
4142
if [ "${{ steps.lua-cache.outputs.cache-hit }}" != true ]; then
4243
(set -o pipefail; cd ".install/${{ matrix.arch }}" && v curl --fail --silent --location "http://www.lua.org/ftp/lua-${{ matrix.luaVersion }}.tar.gz" | tar xzpf -)
4344
(cd ".install/${{ matrix.arch }}/lua-${{ matrix.luaVersion }}" && v make linux)

0 commit comments

Comments
 (0)