aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMary <me@thog.eu>2021-01-24 14:29:16 +0100
committerGitHub <noreply@github.com>2021-01-24 14:29:16 +0100
commit30c7b77118994b245729099485185c0c5f77b234 (patch)
tree2868480d8fbc75a06338d99a419e490e207fb567 /.github/workflows
parentf565b0e5a6bebc09381aabb046e9b0b6285b7d10 (diff)
Github Actions: Workaround windows-latest restore failures (#1957)
See https://github.com/actions/setup-dotnet/issues/155.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 596ed5b8..5bd3e4f1 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -33,6 +33,8 @@ jobs:
- uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
+ - name: Clear
+ run: dotnet clean && dotnet nuget locals all --clear
- name: Build
run: dotnet build -c "${{ matrix.configuration }}"
- name: Test