Try self-hosted runner

This commit is contained in:
Siarhei Fedartsou 2024-06-25 21:19:29 +02:00
parent 4da5804939
commit 4dd7846971

View File

@ -648,6 +648,7 @@ jobs:
PR_NUMBER: ${{ github.event.pull_request.number }}
GITHUB_REPOSITORY: ${{ github.repository }}
RUN_BIG_BENCHMARK: ${{ contains(github.event.pull_request.labels.*.name, 'Performance') }}
CXXFLAGS: '-Wno-array-bounds -Wno-uninitialized'
steps:
- name: Enable data.osm.pbf cache
if: ${{ ! env.RUN_BIG_BENCHMARK }}