Skip to content

Commit

Permalink
Let's try building natives
Browse files Browse the repository at this point in the history
  • Loading branch information
Willena committed Jan 9, 2022
1 parent 0a3c661 commit 3920922
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
branches:
- '**'
jobs:
testings:
name: Check code formatting
build_natives:
name: Build natives libraries
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
Expand All @@ -15,5 +15,5 @@ jobs:
java-version: 11
java-package: jdk
cache: 'maven'
- name: docker_ps
run: docker ps
- name: Build all natives
run: make native-all

0 comments on commit 3920922

Please sign in to comment.