Skip to content

Commit f6f2c8d

Browse files
committed
CI
1 parent 8130351 commit f6f2c8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cmake.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,8 @@ jobs:
7373
strip build/libopenal.so
7474
- name: Update dependencies
7575
run: |
76-
yum -y install wget gcc
77-
scl enable devtoolset-11 bash
78-
source /opt/rh/devtoolset-11/enable
76+
yum -y install wget
77+
source scl_source enable devtoolset-11 || true
7978
wget http://ftp.gnu.org/gnu/make/make-4.2.tar.gz
8079
tar -xzvf make-4.2.tar.gz
8180
cd make-4.2
@@ -87,6 +86,7 @@ jobs:
8786
yum install -y bison
8887
- name: Update glibc
8988
run: |
89+
source scl_source enable devtoolset-11 || true
9090
wget http://ftp.gnu.org/gnu/glibc/glibc-2.28.tar.gz
9191
tar -xf glibc-2.28.tar.gz -C /usr/local/
9292
cd /usr/local/glibc-2.28/

0 commit comments

Comments
 (0)