Skip to content

Commit db8db07

Browse files
authored
Merge branch 'master' into bp/bmpEnsureSpanLengthIsEqual
2 parents 3fba6f8 + 976bdd5 commit db8db07

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@ jobs:
5656
git fetch --prune --unshallow
5757
git submodule -q update --init --recursive
5858
59+
- name: Setup nuget cache
60+
uses: actions/cache@v2
61+
id: nuget-cache
62+
with:
63+
path: ~/.nuget
64+
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', '**/*.props', '**/*.targets') }}
65+
restore-keys: ${{ runner.os }}-nuget-
66+
5967
- name: Build
6068
shell: pwsh
6169
run: ./ci-build.ps1 "${{matrix.options.framework}}"

0 commit comments

Comments
 (0)