mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 20:56:47 +00:00
remove module MarkdownPS installation
This commit is contained in:
@@ -3,8 +3,6 @@ param (
|
||||
$OutputDirectory
|
||||
)
|
||||
|
||||
# Install MarkdownPS module for software report generation
|
||||
Install-Module MarkdownPS -Force
|
||||
Import-Module MarkdownPS
|
||||
Import-Module (Join-Path $PSScriptRoot "SoftwareReport.CachedTools.psm1") -DisableNameChecking
|
||||
Import-Module (Join-Path $PSScriptRoot "SoftwareReport.Common.psm1") -DisableNameChecking
|
||||
|
||||
Reference in New Issue
Block a user