mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 01:51:29 -07:00
Actions: dependency caching
chances are this probably won't do much, i'll revert this commit if this doesn't
This commit is contained in:
parent
39fe775fb7
commit
bdcb4865c0
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -16,7 +16,14 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/setup-dotnet@v3
|
- uses: actions/setup-dotnet@v3
|
||||||
with:
|
with:
|
||||||
dotnet-version: '6.x'
|
dotnet-version: '6.0.x'
|
||||||
|
|
||||||
|
- uses: actions/cache@v3
|
||||||
|
with:
|
||||||
|
path: ~/.nuget/packages
|
||||||
|
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
|
||||||
|
restore-keys: |
|
||||||
|
${{ runner.os }}-nuget
|
||||||
|
|
||||||
- name: Restore dependencies
|
- name: Restore dependencies
|
||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
|
Loading…
Reference in New Issue
Block a user