mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 16:00:18 +00:00
Replace ntpd with rdate for time synchronization
This commit is contained in:
committed by
GitHub
parent
4373516256
commit
5e4bc8966c
2
.github/workflows/openbsd-build.yml
vendored
2
.github/workflows/openbsd-build.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
sync: true
|
||||
run: |
|
||||
set -eux
|
||||
ntpd -s
|
||||
rdate -n pool.ntp.org
|
||||
export PKG_PATH="https://ftp.openbsd.org/pub/OpenBSD/7.5/packages/$(uname -m)/"
|
||||
pkg_add -U \
|
||||
git \
|
||||
|
||||
Reference in New Issue
Block a user