mirror of
https://github.com/meysamhadeli/booking-microservices.git
synced 2026-05-03 03:11:51 +08:00
.
This commit is contained in:
parent
1bca448b53
commit
afc9f6a848
4
.github/workflows/dotnet.yml
vendored
4
.github/workflows/dotnet.yml
vendored
@ -28,8 +28,8 @@ jobs:
|
|||||||
- name: Cache NuGet Packages
|
- name: Cache NuGet Packages
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
key: ${{ runner.os }}-dotnet-nuget
|
key: ${{ runner.os }}-dotnet-nuget
|
||||||
path: ~/.nuget/packages
|
path: ~/.nuget/packages
|
||||||
|
|
||||||
- name: Restore dependencies
|
- name: Restore dependencies
|
||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user