Skip to content

Commit

Permalink
github CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeho authored and jaeho committed Jan 11, 2024
1 parent 7935813 commit c384583
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit c384583

Please sign in to comment.