mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-02 10:57:51 +02:00
skipping ccache for arm again
This commit is contained in:
@@ -46,11 +46,13 @@ jobs:
|
||||
uses: styfle/[email protected]
|
||||
- uses: actions/checkout@v4
|
||||
- name: ccache
|
||||
if: matrix.os != 'ubuntu-24.04-arm'
|
||||
uses: hendrikmuhs/[email protected]
|
||||
with:
|
||||
key: ${{ github.job }}-${{ matrix.os }}-${{ matrix.cibuild }} # Make cache specific to OS
|
||||
max-size: "5G"
|
||||
- name: Install dependencies
|
||||
if: matrix.os != 'ubuntu-24.04-arm'
|
||||
run: |
|
||||
env
|
||||
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
|
||||
|
||||
Reference in New Issue
Block a user