Skip to content

Commit 73838ec

Browse files
committed
Add echo on windows job
1 parent 5a755c3 commit 73838ec

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/dev.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ jobs:
172172
$xslFile = ".github/workflows/add_final_status.xsl"
173173
$tmpFile = [System.IO.Path]::GetTempFileName()
174174
175+
echo "Fixing $xmlFile"
176+
175177
$transform = New-Object System.Xml.Xsl.XslCompiledTransform
176178
$transform.Load($xslFile)
177179
$transform.Transform($xmlFile, $tmpFile)

0 commit comments

Comments
 (0)