2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Stop using ccache

This commit is contained in:
Matt Borland
2025-09-18 07:43:52 +02:00
parent 758a9fca35
commit 260f9d4f65

View File

@@ -56,7 +56,7 @@ jobs:
timeout-minutes: 360
runs-on: ${{matrix.os}}
container: ${{matrix.container}}
env: {B2_USE_CCACHE: 1}
env: {B2_USE_CCACHE: 0}
steps:
- name: Setup environment