浏览代码

Update casa.yml

老竭力 3 年之前
父节点
当前提交
3ea9fc0de0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/casa.yml

+ 1 - 1
.github/workflows/casa.yml

@@ -83,7 +83,7 @@ jobs:
           mkdir /opt/glibc230
           tar xvfj glibc-2.30.tar.bz2
           cd glibc-2.30
-          ./glibc-2.30/configure --prefix=/opt/glibc230 --enable-cet
+          ./glibc-2.30/configure --prefix=/opt/glibc230
           make
           make install