From cbed6bd44d6b78584db35fd2367c0cdb49d18d61 Mon Sep 17 00:00:00 2001 From: Siarhei Fedartsou Date: Sat, 12 Oct 2024 18:47:40 +0200 Subject: [PATCH] wip --- .github/workflows/osrm-backend.yml | 56 +++++++++++++++--------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index 5fa4ace52..a2597822d 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -387,34 +387,34 @@ jobs: uses: actions/setup-node@v4 with: node-version: ${{ matrix.node }} - - name: Enable Node.js cache - uses: actions/cache@v4 - with: - path: ~/.npm - key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} - restore-keys: | - ${{ runner.os }}-node- - - name: Enable compiler cache - uses: actions/cache@v4 - with: - path: ~/.ccache - key: ccache-${{ matrix.name }}-${{ github.sha }} - restore-keys: | - ccache-${{ matrix.name }}- - - name: Enable Conan cache - uses: actions/cache@v4 - with: - path: ~/.conan2 - key: v10-conan-${{ matrix.name }}-${{ github.sha }} - restore-keys: | - v10-conan-${{ matrix.name }}- - - name: Enable test cache - uses: actions/cache@v4 - with: - path: ${{github.workspace}}/test/cache - key: v4-test-${{ matrix.name }}-${{ github.sha }} - restore-keys: | - v4-test-${{ matrix.name }}- + # - name: Enable Node.js cache + # uses: actions/cache@v4 + # with: + # path: ~/.npm + # key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} + # restore-keys: | + # ${{ runner.os }}-node- + # - name: Enable compiler cache + # uses: actions/cache@v4 + # with: + # path: ~/.ccache + # key: ccache-${{ matrix.name }}-${{ github.sha }} + # restore-keys: | + # ccache-${{ matrix.name }}- + # - name: Enable Conan cache + # uses: actions/cache@v4 + # with: + # path: ~/.conan2 + # key: v10-conan-${{ matrix.name }}-${{ github.sha }} + # restore-keys: | + # v10-conan-${{ matrix.name }}- + # - name: Enable test cache + # uses: actions/cache@v4 + # with: + # path: ${{github.workspace}}/test/cache + # key: v4-test-${{ matrix.name }}-${{ github.sha }} + # restore-keys: | + # v4-test-${{ matrix.name }}- - name: Prepare environment run: | echo "CCACHE_DIR=$HOME/.ccache" >> $GITHUB_ENV