Skip to content

Commit 91ff416

Browse files
committed
awb.yml: Split steps properly
git-svn-id: https://svn.code.sf.net/p/autowikibrowser/code/AWB@12776 5227b50d-9349-4574-b055-4b0a7525e11c
1 parent f9cab1a commit 91ff416

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/awb.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- name: Setup MSBuild
1717
uses: microsoft/setup-msbuild@v2
18-
- name: Restore NuGet
18+
- name: Setup NuGet
1919
uses: nuget/setup-nuget@v2
20+
- name: Restore NuGet
2021
run: nuget restore 'AutoWikiBrowser no plugins.sln'
2122
- name: Build
2223
run: |

0 commit comments

Comments
 (0)