ci(workflows): wire ccache and caches across ci (#27036)

Signed-off-by: Ramon Roche <mrpollo@gmail.com>
This commit is contained in:
Ramon Roche
2026-04-09 22:51:25 -06:00
committed by GitHub
parent a3ad956394
commit 5d5d9e399b
15 changed files with 266 additions and 165 deletions
+3 -1
View File
@@ -14,8 +14,10 @@ on:
jobs:
build:
runs-on: ubuntu-24.04
runs-on: [runs-on,runner=1cpu-linux-x64,image=ubuntu24-full-x64,"run-id=${{ github.run_id }}"]
steps:
- uses: runs-on/action@v2
- uses: actions/checkout@v4
with:
fetch-depth: 1