Skip to content

Commit

Permalink
add EZOut to build
Browse files Browse the repository at this point in the history
  • Loading branch information
mdowst committed Jul 9, 2024
1 parent d5591ce commit 4251912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
shell: pwsh
run: |
Set-PSRepository PSGallery -InstallationPolicy Trusted
Install-Module ModuleBuilder,PSScriptAnalyzer
Install-Module ModuleBuilder,PSScriptAnalyzer,EZOut
Install-Module Pester -MinimumVersion 5.5.0
- name: Run build
Expand Down

0 comments on commit 4251912

Please sign in to comment.