diff --git a/.github/workflows/make.yml b/.github/workflows/make.yml index 92402f3..f7fc86c 100644 --- a/.github/workflows/make.yml +++ b/.github/workflows/make.yml @@ -1,4 +1,4 @@ -name: CMake +name: make on: [push] @@ -15,3 +15,11 @@ jobs: - name: Build shell: bash run: make -C native + + - name: Set up JDK 1.8 + uses: actions/setup-java@v1 + with: + java-version: 1.8 + + - name: Build with Maven + run: mvn -B dependency:copy-dependencies --file java/pom.xml