wip
This commit is contained in:
parent
e578e6d912
commit
cbed6bd44d
56
.github/workflows/osrm-backend.yml
vendored
56
.github/workflows/osrm-backend.yml
vendored
@ -387,34 +387,34 @@ jobs:
|
|||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node }}
|
node-version: ${{ matrix.node }}
|
||||||
- name: Enable Node.js cache
|
# - name: Enable Node.js cache
|
||||||
uses: actions/cache@v4
|
# uses: actions/cache@v4
|
||||||
with:
|
# with:
|
||||||
path: ~/.npm
|
# path: ~/.npm
|
||||||
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
|
# key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
|
||||||
restore-keys: |
|
# restore-keys: |
|
||||||
${{ runner.os }}-node-
|
# ${{ runner.os }}-node-
|
||||||
- name: Enable compiler cache
|
# - name: Enable compiler cache
|
||||||
uses: actions/cache@v4
|
# uses: actions/cache@v4
|
||||||
with:
|
# with:
|
||||||
path: ~/.ccache
|
# path: ~/.ccache
|
||||||
key: ccache-${{ matrix.name }}-${{ github.sha }}
|
# key: ccache-${{ matrix.name }}-${{ github.sha }}
|
||||||
restore-keys: |
|
# restore-keys: |
|
||||||
ccache-${{ matrix.name }}-
|
# ccache-${{ matrix.name }}-
|
||||||
- name: Enable Conan cache
|
# - name: Enable Conan cache
|
||||||
uses: actions/cache@v4
|
# uses: actions/cache@v4
|
||||||
with:
|
# with:
|
||||||
path: ~/.conan2
|
# path: ~/.conan2
|
||||||
key: v10-conan-${{ matrix.name }}-${{ github.sha }}
|
# key: v10-conan-${{ matrix.name }}-${{ github.sha }}
|
||||||
restore-keys: |
|
# restore-keys: |
|
||||||
v10-conan-${{ matrix.name }}-
|
# v10-conan-${{ matrix.name }}-
|
||||||
- name: Enable test cache
|
# - name: Enable test cache
|
||||||
uses: actions/cache@v4
|
# uses: actions/cache@v4
|
||||||
with:
|
# with:
|
||||||
path: ${{github.workspace}}/test/cache
|
# path: ${{github.workspace}}/test/cache
|
||||||
key: v4-test-${{ matrix.name }}-${{ github.sha }}
|
# key: v4-test-${{ matrix.name }}-${{ github.sha }}
|
||||||
restore-keys: |
|
# restore-keys: |
|
||||||
v4-test-${{ matrix.name }}-
|
# v4-test-${{ matrix.name }}-
|
||||||
- name: Prepare environment
|
- name: Prepare environment
|
||||||
run: |
|
run: |
|
||||||
echo "CCACHE_DIR=$HOME/.ccache" >> $GITHUB_ENV
|
echo "CCACHE_DIR=$HOME/.ccache" >> $GITHUB_ENV
|
||||||
|
Loading…
Reference in New Issue
Block a user