feature/build-cache #35

Merged
ahuston-0 merged 3 commits from feature/build-cache into main 2025-03-10 01:24:02 -04:00
Showing only changes of commit 2a0fe0b106 - Show all commits

View File

@ -20,8 +20,7 @@ jobs:
name: Merge similar caches
strategy:
matrix:
os:
- [ubuntu-latest]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout this repo
@ -70,8 +69,7 @@ jobs:
needs: merge-similar-caches
strategy:
matrix:
os:
- [ubuntu-latest]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout this repo