mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-18 11:40:18 +00:00
Change OpenBSD package release to 7.5
Updated OpenBSD package release from 7.4 to 7.5.
This commit is contained in:
committed by
GitHub
parent
f544a9d009
commit
9e6850eb4f
5
.github/workflows/openbsd-build.yml
vendored
5
.github/workflows/openbsd-build.yml
vendored
@@ -19,11 +19,12 @@ jobs:
|
|||||||
- name: Build OpenBSD package
|
- name: Build OpenBSD package
|
||||||
uses: vmactions/openbsd-vm@v1
|
uses: vmactions/openbsd-vm@v1
|
||||||
with:
|
with:
|
||||||
release: '7.4'
|
release: '7.5'
|
||||||
usesh: true
|
usesh: true
|
||||||
run: |
|
run: |
|
||||||
set -eux
|
set -eux
|
||||||
pkg_add \
|
export PKG_PATH="https://cdn.openbsd.org/pub/OpenBSD/7.5/packages/$(uname -m)/"
|
||||||
|
pkg_add -U \
|
||||||
git \
|
git \
|
||||||
meson ninja pkgconf gmake \
|
meson ninja pkgconf gmake \
|
||||||
gettext-tools \
|
gettext-tools \
|
||||||
|
|||||||
Reference in New Issue
Block a user