diff --git a/.github/workflows/ci_msw_cross.yml b/.github/workflows/ci_msw_cross.yml index 05d3193f9a..b7a1d0d948 100644 --- a/.github/workflows/ci_msw_cross.yml +++ b/.github/workflows/ci_msw_cross.yml @@ -130,6 +130,11 @@ jobs: with: submodules: 'recursive' + - name: Install CCache + uses: hendrikmuhs/ccache-action@v1.2.1 + with: + key: ${{ matrix.name }} + - name: System and environment setup run: | normal_uid=`id --user` @@ -149,6 +154,8 @@ jobs: echo "wxMAKEFILE_ERROR_CXXFLAGS=-Werror -Wno-error=cpp" >> $GITHUB_ENV + echo "PATH=/usr/lib/ccache:$PATH" >> $GITHUB_ENV + - name: Configure run: | ./configure --host=${HOST_TRIPLET} --disable-sys-libs --disable-optimise --disable-debug_info $wxCONFIGURE_FLAGS || rc=$?