Skip to content

Commit d5d2acf

Browse files
committed
update build yml
1 parent 19507b6 commit d5d2acf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ concurrency:
1616
cancel-in-progress: true
1717

1818
jobs:
19-
build:
20-
runs-on: windows-latest
19+
build:
20+
runs-on: windows-latest
2121

22-
steps:
23-
- name: Checkout code
24-
uses: actions/checkout@v6
22+
steps:
23+
- name: Checkout code
24+
uses: actions/checkout@v6
2525

2626
- name: Setup .NET
2727
uses: actions/setup-dotnet@v5

0 commit comments

Comments
 (0)