We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db1650c commit 19c1898Copy full SHA for 19c1898
.github/workflows/maven.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
jdkversion: [11]
14
- runs-on: ubuntu-latest
+ runs-on: self-hosted
15
steps:
16
- uses: actions/checkout@v3
17
- uses: actions/setup-java@v3
@@ -20,5 +20,5 @@ jobs:
20
java-version: ${{ matrix.jdkversion }}
21
cache: 'maven'
22
- name: 使用Maven构建
23
- run: mvn -V -B clean package --file pom.xml
+ run: usr/actions-runner/apache-maven-3.9.1/bin/mvn -V -B clean package --file pom.xml
24
0 commit comments