mirror of
https://github.com/egorovna-developments/rule-set.git
synced 2026-05-17 02:32:28 +07:00
Add timezone setting step to build workflow
This commit is contained in:
@@ -12,6 +12,10 @@ jobs:
|
|||||||
linux-build:
|
linux-build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Set timezone to Asia/Singapore
|
||||||
|
uses: szenius/set-timezone@v2.0
|
||||||
|
with:
|
||||||
|
timezoneLinux: "Asia/Krasnoyarsk"
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
- name: Install sing-box
|
- name: Install sing-box
|
||||||
|
|||||||
Reference in New Issue
Block a user