From 6c070d68f9248d51f6d021fd0355e7a919caf158 Mon Sep 17 00:00:00 2001 From: Daniel Markstedt Date: Sat, 10 Jan 2026 09:26:31 +0100 Subject: [PATCH] use vmactions time sync instead of manual ntpdate --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 32328b8..de1a55a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -475,10 +475,10 @@ jobs: uses: vmactions/solaris-vm@7a5256863396c1cea1665b084d569876a1321347 # v1.2.4 with: copyback: true + sync-time: true sync: nfs prepare: | set -e - ntpdate -u pool.ntp.org pkg install \ check \ gcc \