Skip to content

Commit 227a10d

Browse files
committed
checkout first
1 parent 44aa82e commit 227a10d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/otel_sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
permissions:
1616
contents: write
1717
steps:
18+
- uses: actions/checkout@v5
1819
- run: systeminfo
1920
- run: ls "C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise\\VC\\Tools\\MSVC"
2021
- run: Get-ChildItem env:* | Sort-Object -Property Name | Format-Table -AutoSize -Wrap
@@ -47,7 +48,6 @@ jobs:
4748
Write-Host "Winget install failed or not needed (already installed)"
4849
exit 0
4950
}
50-
- uses: actions/checkout@v5
5151
- uses: actions/cache/restore@v4
5252
with:
5353
path: c:/d.vhdx

0 commit comments

Comments
 (0)