mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-20 20:50:19 +00:00
Add ntpd command to OpenBSD build workflow
This commit is contained in:
committed by
GitHub
parent
4ebdaf7c1e
commit
4373516256
1
.github/workflows/openbsd-build.yml
vendored
1
.github/workflows/openbsd-build.yml
vendored
@@ -24,6 +24,7 @@ jobs:
|
|||||||
sync: true
|
sync: true
|
||||||
run: |
|
run: |
|
||||||
set -eux
|
set -eux
|
||||||
|
ntpd -s
|
||||||
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