Skip to content

Commit

Permalink
Fix CI on macos runner (#292)
Browse files Browse the repository at this point in the history
* test in ci

* check

* more

* more

* minor

* more

* arm

* clean
  • Loading branch information
andreaTP authored Apr 24, 2024
1 parent 9133f74 commit 08acfd2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
distribution: 'temurin'
java-version: '${{ matrix.version }}'
cache: maven
- name: OSX + ARM workaround
if: matrix.os == 'macos-latest'
run: brew install wabt
- name: Check Style
run: mvn -B spotless:check -Pbenchmarks -Pfuzz
- name: Test Java
Expand Down

0 comments on commit 08acfd2

Please sign in to comment.