Skip to content

Commit 99cba70

Browse files
committed
ci wobble
1 parent 677ec47 commit 99cba70

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-linux-glibc-2-17.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,16 @@ jobs:
2020
image: slangdeveloper/centos7-gcc9
2121
options: -v ${{ github.workspace }}:/home/app -v /etc/ssl/certs/ca-certificates.crt:/etc/ssl/certs/ca-certificates.crt
2222
run: |
23+
source /opt/rh/devtoolset-9/enable
24+
2325
wget https://cmake.org/files/v3.30/cmake-3.30.0.tar.gz
26+
yum install -y openssl-devel
2427
tar zxvf cmake-3.*
2528
cd cmake-3.*
2629
./bootstrap --prefix=/usr/local
2730
make -j$(nproc)
2831
make install
2932
30-
source /opt/rh/devtoolset-9/enable
3133
cd /home/app
3234
git config --global --add safe.directory /home/app
3335
cmake --preset default --fresh -DSLANG_SLANG_LLVM_FLAVOR=DISABLE -DSLANG_EMBED_STDLIB=1 -G 'Unix Makefiles'

0 commit comments

Comments
 (0)