Skip to content

Commit

Permalink
cache cygwin tools
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Apr 10, 2021
1 parent 0a65662 commit 2f171e4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,12 @@ jobs:
git config --global core.eol lf
shell: powershell
- uses: actions/checkout@v2
- name: Cache Cygwin
uses: actions/cache@v1
with:
path: c:\tools\cygwin
key: ${{ runner.os }}-build-cygwin-tools
restore-keys: ${{ runner.os }}-build-cygwin-tools
- name: Set up Cygwin
uses: egor-tensin/setup-cygwin@v3
with:
Expand Down

0 comments on commit 2f171e4

Please sign in to comment.