diff --git a/.github/workflows/osrm-backend.yml b/.github/workflows/osrm-backend.yml index 4c173fa2d..9784052b5 100644 --- a/.github/workflows/osrm-backend.yml +++ b/.github/workflows/osrm-backend.yml @@ -31,13 +31,13 @@ jobs: BUILD_TYPE: Release steps: - uses: actions/checkout@v4 - - name: Enable Conan cache - uses: actions/cache@v4 - with: - path: ~/.conan - key: v9-conan-windows-${{ github.sha }} - restore-keys: | - v9-conan-windows- + # - name: Enable Conan cache + # uses: actions/cache@v4 + # with: + # path: ~/.conan + # key: v9-conan-windows-${{ github.sha }} + # restore-keys: | + # v9-conan-windows- - run: pip install "conan<2.0.0" - run: conan --version - run: cmake --version