Skip to content

Commit b0ca4b0

Browse files
committed
[ci] fix s390x ci
1 parent 8d96df6 commit b0ca4b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/s390x.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
apt-get update -q -y
2525
apt-get -y install cmake
2626
apt-get -y install make
27-
apt-get -y install clang
28-
apt-get -y install clang++
2927
run: |
3028
lscpu | grep Endian
29+
apt-get -y install clang
30+
apt-get -y install clang++
3131
CXX=clang++ CC=clang
3232
cmake -B ${{github.workspace}}/build \
3333
-DCMAKE_BUILD_TYPE=Debug \

0 commit comments

Comments
 (0)