From c384583186432266da07f13ee84936311f4ceced Mon Sep 17 00:00:00 2001 From: jaeho Date: Thu, 11 Jan 2024 12:51:14 +0000 Subject: [PATCH] github CI test --- .github/workflows/ci.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6166bb7..fed1b72 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,6 @@ jobs: with: path: | /var/cache/apt - /usr/local/lib key: ${{ runner.os }}-apt-${{ hashFiles('**/ci.yml') }} restore-keys: ${{ runner.os }}-apt @@ -38,14 +37,6 @@ jobs: chmod +x src/main/java/T2-FHE-Compiler-and-Benchmarks/.circleci/build_libs.sh src/main/java/T2-FHE-Compiler-and-Benchmarks/.circleci/build_libs.sh - - name: Archive FHELibs artifacts - uses: actions/upload-artifact@v2 - with: - name: FHELibs - path: | - SEAL - OpenFHE - - name: Build T2 run: sbt buildT2