Browse Source

Update casa.yml

老竭力 3 năm trước cách đây
mục cha
commit
3ea9fc0de0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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