mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-19 12:10:19 +00:00
Enable sync option in OpenBSD build workflow
This commit is contained in:
committed by
GitHub
parent
3690011933
commit
4ebdaf7c1e
1
.github/workflows/openbsd-build.yml
vendored
1
.github/workflows/openbsd-build.yml
vendored
@@ -21,6 +21,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
release: '7.5'
|
release: '7.5'
|
||||||
usesh: true
|
usesh: true
|
||||||
|
sync: true
|
||||||
run: |
|
run: |
|
||||||
set -eux
|
set -eux
|
||||||
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)/"
|
||||||
|
|||||||
Reference in New Issue
Block a user