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

Commit

Permalink
Merge pull request #4776 from toggl-open-source/fix/gh_actions
Browse files Browse the repository at this point in the history
Fix Windows build pipeline
  • Loading branch information
skel35 authored Dec 22, 2020
2 parents 163c310 + 17cf966 commit 90d246c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,9 @@ jobs:
with:
path: third_party/poco/lib
key: ${{ runner.os }}-poco-lib-1.9.0
- name: Clean
shell: cmd
run: dotnet nuget locals all --clear
- name: Build on Windows x86 without POCO
if: steps.cache-poco-bin.outputs.cache-hit == 'true'
shell: cmd
Expand Down Expand Up @@ -494,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 90d246c

Please sign in to comment.