diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15464bed6..e07032340 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: