Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ascopes authored Sep 29, 2024
1 parent 0285706 commit f172114
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
cache: maven

- name: Change Maven version to the prerequisite version
if: ${{ matrix.maven == "prerequisite" }}
if: ${{ matrix.maven == 'prerequisite' }}
shell: bash
run: |-
version=$(./mvnw -B -T1 -q -pl protobuf-maven-plugin help:evaluate -DforceStdout -Dexpression='project.prerequisites.maven')
Expand Down Expand Up @@ -67,8 +67,8 @@ jobs:
include-hidden-files: true
if-no-files-found: warn

validate:
name: Validate build
checkstyle-and-license-headers:
name: Checkstyle and license headers
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
Expand Down

0 comments on commit f172114

Please sign in to comment.