File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11{
2- "erlang" : " 27.1. 2" ,
3- "rabbitmq" : " 4.0.4 "
2+ "erlang" : " 27.2" ,
3+ "rabbitmq" : " 4.0.5 "
44}
Original file line number Diff line number Diff line change 2323 path : |
2424 ~/.nuget/packages
2525 ~/AppData/Local/NuGet/v3-cache
26- key : ${{ runner.os }}-v0-nuget-${{ hashFiles('**/*.csproj') }}
26+ key : ${{ runner.os }}-v0-nuget-${{ hashFiles('**/*.csproj','Directory.Packages.props' ) }}
2727 restore-keys : |
2828 ${{ runner.os }}-v0-nuget-
2929 - name : Build (Debug)
5555 runs-on : ubuntu-latest
5656 steps :
5757 - uses : actions/checkout@v4
58+ - uses : actions/cache@v4
59+ with :
60+ path : |
61+ ~/.nuget/packages
62+ ~/.local/share/NuGet/v3-cache
63+ key : ${{ runner.os }}-v0-nuget-${{ hashFiles('**/*.csproj','Directory.Packages.props') }}
64+ restore-keys : |
65+ ${{ runner.os }}-v0-nuget-
5866 - name : Build (Debug)
5967 run : dotnet build ${{ github.workspace }}/Build.csproj
6068 - name : Verify
You can’t perform that action at this time.
0 commit comments