Update .gitea/workflows/build.yml
Some checks failed
msbuild / build (push) Failing after 0s

This commit is contained in:
Greg Gauthier 2024-07-23 10:16:00 +00:00
parent 7feaa9a422
commit 8259d2ece4

View File

@ -17,15 +17,12 @@ jobs:
apt update && apt install -y ca-certificates curl gnupg && mkdir -p /etc/apt/keyrings && curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg && NODE_MAJOR=20 && echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list && apt update && apt install nodejs -y
apt install -y maven
- name: Checkout Repository
run: echo "Install repos..."
- uses: actions/checkout@v4
- name: Setup Java
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '21'
distribution: 'adopt' # See 'Supported distributions' for available options
java-version: '17'
- run: |
java -version
mvn -B verify --file pom.xml