mirror of https://github.com/KLayout/klayout.git
see if i can build without cache
This commit is contained in:
parent
8f96e14a45
commit
5ee1ccd0e2
|
|
@ -44,11 +44,6 @@ jobs:
|
|||
- name: Cancel Workflow Action
|
||||
uses: styfle/cancel-workflow-action@0.12.1
|
||||
- uses: actions/checkout@v4
|
||||
- name: ccache
|
||||
uses: hendrikmuhs/ccache-action@v1.2
|
||||
with:
|
||||
key: ${{ github.job }}-${{ matrix.os }}-${{ matrix.cibuild }} # Make cache specific to OS
|
||||
max-size: "5G"
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
env
|
||||
|
|
|
|||
Loading…
Reference in New Issue