see if i can build without cache

This commit is contained in:
Troy Tamas
2025-05-23 10:57:56 +09:00
parent 8f96e14a45
commit 5ee1ccd0e2
-5
View File
@@ -44,11 +44,6 @@ jobs:
- name: Cancel Workflow Action
uses: styfle/[email protected]
- uses: actions/checkout@v4
- name: ccache
uses: hendrikmuhs/[email protected]
with:
key: ${{ github.job }}-${{ matrix.os }}-${{ matrix.cibuild }} # Make cache specific to OS
max-size: "5G"
- name: Install dependencies
run: |
env