소스 검색

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