Skip to content

Commit

Permalink
fix typo in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shannah committed Jun 23, 2024
1 parent 257041f commit e0c2a70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
java-version: 11
maven-version: '3.6.3'
- name: Install PHP
run: |
brew update
brew install php
run: |
brew update
brew install php
- name: Install osslsigncode
run: brew install osslsigncode
- name: Install MacOS Certificates
Expand Down

0 comments on commit e0c2a70

Please sign in to comment.