Add timezone setting step to build workflow

This commit is contained in:
2026-02-12 19:14:51 +07:00
committed by GitHub
parent d01d763960
commit b7d14ec688
+4
View File
@@ -12,6 +12,10 @@ jobs:
linux-build:
runs-on: ubuntu-latest
steps:
- name: Set timezone to Asia/Singapore
uses: szenius/set-timezone@v2.0
with:
timezoneLinux: "Asia/Krasnoyarsk"
- name: Checkout sources
uses: actions/checkout@v6
- name: Install sing-box