diff --git a/.github/workflows/cygwin_build.yml b/.github/workflows/cygwin_build.yml index 004096f293..1c16b0dce3 100644 --- a/.github/workflows/cygwin_build.yml +++ b/.github/workflows/cygwin_build.yml @@ -146,7 +146,7 @@ jobs: - uses: actions/checkout@v3 with: submodules: 'recursive' -- name: Prepare ccache timestamp + - name: Prepare ccache timestamp id: ccache_cache_timestamp shell: bash run: | @@ -159,7 +159,7 @@ jobs: - uses: cygwin/cygwin-install-action@master with: packages: cygwin64 gcc-g++=10.2.0-1 ccache python37 python37-future python37-lxml python37-pip python37-setuptools python37-wheel git procps gettext -add-to-path: false + add-to-path: false # Put ccache into github cache for faster build - name: setup ccache env: