mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 16:34:35 +01:00
try updating glibc
This commit is contained in:
parent
eae094c0d6
commit
02ed560f22
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yaml
vendored
1
.github/workflows/build.yaml
vendored
|
|
@ -394,6 +394,7 @@ jobs:
|
|||
run: |
|
||||
yum install -y epel-release centos-release-scl make
|
||||
yum install -y devtoolset-9-{make,gcc,gcc-c++} jq rsync python3
|
||||
yum update -y glibc
|
||||
|
||||
- name: Install nfpm and envsubst
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue