Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
Add clean step for Windows x64
Browse files Browse the repository at this point in the history
  • Loading branch information
atsvirchkova committed Dec 22, 2020
1 parent 34c39ef commit 17cf966
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,9 @@ jobs:
with:
path: third_party/poco/lib64
key: ${{ runner.os }}-poco-lib64-1.9.0
- name: Clean
shell: cmd
run: dotnet nuget locals all --clear
- name: Build on Windows x64 without POCO
if: steps.cache-poco-bin64.outputs.cache-hit == 'true'
shell: cmd
Expand Down

0 comments on commit 17cf966

Please sign in to comment.