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

This commit is contained in:
Greg Gauthier 2024-07-23 10:41:09 +00:00
parent e1157b1cbc
commit 0317fe5ee3

View File

@ -16,7 +16,7 @@ jobs:
java-version: '17'
- name: Install Maven
run: apt install -y maven
run: apt update && apt search maven && apt install -y maven
- name: Validate installation
run: |