From db29df5eeb543954ef821ce5bdacb2c363e293ab Mon Sep 17 00:00:00 2001 From: silverqx Date: Fri, 15 Jul 2022 08:19:37 +0200 Subject: [PATCH] workflows ccache test 3 --- .github/workflows/msvc2019-qt5.yml | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/.github/workflows/msvc2019-qt5.yml b/.github/workflows/msvc2019-qt5.yml index f83fd6882..5405b82e2 100644 --- a/.github/workflows/msvc2019-qt5.yml +++ b/.github/workflows/msvc2019-qt5.yml @@ -17,21 +17,24 @@ jobs: steps: - uses: actions/checkout@v3 - - name: ccache set-up 🥳 - run: | - echo "::group::Install ccache" - choco install ccache -y - echo "::endgroup::" + - run: | + $PSVersionTable - echo "::group::Prepare config" - ccache --set-config max_size=1.0G - ccache --set-config sloppiness=pch_defines,time_macros - echo "::endgroup::" + # - name: ccache set-up 🥳 + # run: | + # echo "::group::Install ccache" + # choco install ccache -y + # echo "::endgroup::" - - name: Setup tmate session - uses: mxschmitt/action-tmate@v3 - with: - limit-access-to-actor: true + # echo "::group::Prepare config" + # ccache --set-config max_size=1.0G + # ccache --set-config sloppiness=pch_defines,time_macros + # echo "::endgroup::" + + # - name: Setup tmate session + # uses: mxschmitt/action-tmate@v3 + # with: + # limit-access-to-actor: true - run: exit 1 - name: PostgreSQL start service