what going on?
Some checks failed
build / build (push) Failing after 14s

This commit is contained in:
Ryan Voots 2025-05-04 11:27:13 -04:00
parent 9e5667e91b
commit 4ff65f6515

View file

@ -18,6 +18,8 @@ jobs:
java-version: '21'
distribution: 'temurin'
- name: find maven
run: ls -la /bin /usr/bin /opt /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/21.0.7-6.0.LTS/x64
run: ls -la /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/21.0.7-6.0.LTS/x64/bin
- name: check path
run: echo $PATH
- name: build with maven
run: mvn --batch-mode --file pom.xml package