Skip to content

Commit 93a5f0d

Browse files
refactor: remove redundant commments
1 parent ee5883f commit 93a5f0d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/windows-build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ jobs:
6464
Write-Host "Downloading Boost from $boost_url"
6565
Invoke-WebRequest -Uri $boost_url -OutFile boost_${boost_version_str}.zip
6666
7z x boost_${boost_version_str}.zip
67-
68-
# Print out the directory content to verify
6967
Write-Host "Unzipped directory content:"
7068
Get-ChildItem -Directory
7169
cd boost_${boost_version_str}

0 commit comments

Comments
 (0)