Skip to content

Commit 0e0179d

Browse files
committed
removing echo debugging
1 parent 3243b61 commit 0e0179d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/unit-tests.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,5 @@ jobs:
3030
distribution: adopt
3131
mvn-toolchain-vendor: AdoptOpenJDK
3232
cache: maven
33-
- name: Check neon support
34-
if: matrix.os== 'ubuntu-24.04-arm'
35-
run: echo | gcc -dM -E - | grep __ARM_NEON__
3633
- name: Compile, run tests, and package (JDK 20/21/22)
3734
run: mvn -B package

0 commit comments

Comments
 (0)