Skip to content

Commit

Permalink
install maven
Browse files Browse the repository at this point in the history
  • Loading branch information
loongs-zhang committed Jul 4, 2024
1 parent ee7f298 commit cc5091e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-jvmti.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
arch: aarch64
distro: ubuntu20.04
run: |
apt update && apt install openjdk-8-jdk g++ -y
apt update && apt install openjdk-8-jdk g++ -y && apt install maven
cd ${{ github.workspace }}/jvmti/jvmti-build
mvn package
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit cc5091e

Please sign in to comment.