Replace ntpd with rdate for time synchronization

This commit is contained in:
deepend-tildeclub
2026-01-14 00:45:26 -07:00
committed by GitHub
parent 4373516256
commit 5e4bc8966c

View File

@@ -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 \