Optimize workflow with proper tool installation
Build and Deploy / build-and-deploy (push) Has started running

This commit is contained in:
2026-06-01 17:57:58 +08:00
parent b91e824511
commit 80df28f821
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
git checkout ${{ github.sha }}
- name: Install Maven
run: apt-get update -qq && apt-get install -y -qq maven 2>/dev/null || true
run: apt-get update -qq && apt-get install -y -qq maven
- name: Build with Maven
run: mvn clean install -Dmaven.test.skip=true