Remove build cache from gitea actions #37

Merged
ahuston-0 merged 10 commits from feature/remove-cache into main 2025-03-12 21:24:55 -04:00
Showing only changes of commit 0761442b77 - Show all commits

View File

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