mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
LibTimeZone: Remove LibTimeZone and TZDB data
All users have been ported to the ICU implementation.
This commit is contained in:
committed by
Andreas Kling
parent
672a555f98
commit
bd73dd316d
8
.github/actions/cache-restore/action.yml
vendored
8
.github/actions/cache-restore/action.yml
vendored
@@ -68,14 +68,6 @@ runs:
|
||||
CCACHE_DIR=${{ inputs.serenity_ccache_path }} ccache -s
|
||||
CCACHE_DIR=${{ inputs.serenity_ccache_path }} ccache -z
|
||||
|
||||
- name: 'TimeZoneData cache'
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ${{ inputs.download_cache_path }}/TZDB
|
||||
key: TimeZoneData-${{ hashFiles('Meta/CMake/time_zone_data.cmake') }}-${{ steps.date-stamp.outputs.timestamp }}
|
||||
restore-keys: |
|
||||
TimeZoneData-${{ hashFiles('Meta/CMake/time_zone_data.cmake') }}
|
||||
|
||||
- name: Export vcpkg GitHub Actions cache environment variables
|
||||
uses: actions/github-script@v7
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user