mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-23 14:00:21 +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
|
sync: true
|
||||||
run: |
|
run: |
|
||||||
set -eux
|
set -eux
|
||||||
ntpd -s
|
rdate -n pool.ntp.org
|
||||||
export PKG_PATH="https://ftp.openbsd.org/pub/OpenBSD/7.5/packages/$(uname -m)/"
|
export PKG_PATH="https://ftp.openbsd.org/pub/OpenBSD/7.5/packages/$(uname -m)/"
|
||||||
pkg_add -U \
|
pkg_add -U \
|
||||||
git \
|
git \
|
||||||
|
|||||||
Reference in New Issue
Block a user