Skip to content

Commit b11295d

Browse files
authored
Update main.yml
1 parent 17d57e6 commit b11295d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: NanoServer MSVC
33
on: [push, workflow_dispatch]
44

55
jobs:
6-
run-nanoserver:
6+
run-nanoserver-msvc-winsdk-x64-build:
77
runs-on: windows-latest
88
steps:
99
- name: Checkout Repository
@@ -35,7 +35,7 @@ jobs:
3535
Write-Host "MSVC Path: $vctoolsPath"
3636
Write-Host "Windows SDK Path: $windowsSdkPath"
3737
38-
docker run --rm -it --name orphan `
38+
docker run --rm -dit --name orphan `
3939
-v "$repoWorkspace:C:\mount\source" `
4040
-v "$vctoolsPath:C:\mount\msvc" `
4141
-v "$windowsSdkPath:C:\mount\windowssdk" `

0 commit comments

Comments
 (0)