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 fc53a40 commit c013ed5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
with:
submodules: true

- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y cmake make build-essential g++ clang autoconf javacc patchelf openjdk-8-jdk maven m4 tar lzip libfftw3-dev

- name: Build FHELibs
run: sbt buildFHElibs

Expand All @@ -25,4 +28,4 @@ jobs:
- name: run backendTest
env:
FHETEST_HOME: ${{ github.workspace }}
run: sbt backendTest
run: sbt backendTest
2 changes: 1 addition & 1 deletion src/main/java/T2-FHE-Compiler-and-Benchmarks

0 comments on commit c013ed5

Please sign in to comment.