Skip to content

Commit 4e1c7fa

Browse files
committedJan 16, 2023
5.3 Adjustments
1 parent c02e2b6 commit 4e1c7fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎.github/workflows/GenerateAsyncCode.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ jobs:
1919
token: ${{ secrets.NHIBERNATE_BOT_TOKEN }}
2020

2121
- name: Setup .NET
22-
uses: actions/setup-dotnet@v2
22+
uses: actions/setup-dotnet@v3
2323
with:
24-
dotnet-version: 6.0.x
24+
dotnet-version: 2.2.x
2525

2626
- name: Generate Async code
2727
run: |
28+
dotnet restore "./Tools/packages.csproj" --packages ./Tools
2829
pushd src
29-
dotnet tool restore
3030
dotnet restore ./NHibernate.sln
31-
dotnet async-generator
31+
dotnet $(find ./../Tools/csharpasyncgenerator.commandline -name AsyncGenerator.CommandLine.dll)
3232
popd
3333
3434
- name: Push changes

0 commit comments

Comments
 (0)