From a01b97e99113a90d42afcdae9a9d809fdee0d2c3 Mon Sep 17 00:00:00 2001 From: akallabeth Date: Sat, 12 Oct 2024 08:59:12 +0200 Subject: [PATCH] [ci,timezone] update timezone generation --- .github/workflows/timezone-update.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/timezone-update.yml b/.github/workflows/timezone-update.yml index 25ec63821..8be7e4d47 100644 --- a/.github/workflows/timezone-update.yml +++ b/.github/workflows/timezone-update.yml @@ -35,6 +35,7 @@ jobs: run: | clang-format -i --style=file:.clang-format winpr/libwinpr/timezone/WindowsZones.c clang-format -i --style=file:.clang-format winpr/libwinpr/timezone/TimeZoneNameMap.c + clang-format -i --style=file:.clang-format winpr/libwinpr/timezone/TimeZoneNameMap_static.h clang-format -i --style=file:.clang-format winpr/libwinpr/timezone/TimeZoneNameMap.json - name: Create Pull Request id: cpr