Skip to content

Commit

Permalink
Update workflow to download curl
Browse files Browse the repository at this point in the history
  • Loading branch information
boxwoods committed May 30, 2024
1 parent 05a1c5c commit c32653c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/intermediate-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Download curl
run: apt update -y && apt install curl unzip -y
- name: Download Maven
run: |
curl -sL https://www-eu.apache.org/dist/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.zip -o maven.zip
Expand Down

0 comments on commit c32653c

Please sign in to comment.