Skip to content

Commit 5caccb2

Browse files
committed
Don't bother with Linux ICU cache
The Linux build spends most of its time installng packages with apt not building ICU
1 parent 969c094 commit 5caccb2

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/build-project.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -226,14 +226,6 @@ jobs:
226226
restore-keys: |
227227
${{ runner.os }}-ccache-x86_64-
228228
229-
- uses: actions/cache@v4
230-
id: icu-cache
231-
with:
232-
path: ${{ github.workspace }}/build_x86_64/ICU_build-prefix
233-
key: ${{ runner.os }}-icu-${{ needs.check-event.outputs.config }}
234-
restore-keys: |
235-
${{ runner.os }}-icu-x86_64-
236-
237229
- name: Set up Homebrew 🍺
238230
uses: Homebrew/actions/setup-homebrew@master
239231

0 commit comments

Comments
 (0)