There was an error while loading. Please reload this page.
1 parent 969c094 commit 5caccb2Copy full SHA for 5caccb2
1 file changed
.github/workflows/build-project.yaml
@@ -226,14 +226,6 @@ jobs:
226
restore-keys: |
227
${{ runner.os }}-ccache-x86_64-
228
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
-
237
- name: Set up Homebrew 🍺
238
uses: Homebrew/actions/setup-homebrew@master
239
0 commit comments