Skip to content

Commit 64f734d

Browse files
committed
ci: fix ci
1 parent 7aed96d commit 64f734d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151
with:
5252
node-version-file: .nvmrc
5353

54+
- name: Set up Corepack
55+
run: corepack enable
56+
5457
- name: Install frontend dependencies
5558
run: pnpm install --frozen-lockfile
5659
working-directory: web-ui
@@ -245,6 +248,7 @@ jobs:
245248
- mipsel-unknown-linux-musl
246249
- mips-unknown-linux-musl
247250
- mips64-unknown-linux-musl
251+
- riscv64-unknown-linux-musl
248252
steps:
249253
- name: Checkout repository
250254
uses: actions/checkout@v5

openwrt-support/luci-app-rtp2httpd/Makefile.versioned

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
include $(TOPDIR)/rules.mk
22

3-
RELEASE_VERSION:=3.5.2
3+
RELEASE_VERSION:=3.5.1
44

55
PKG_VERSION:=$(shell echo "$(RELEASE_VERSION)" | sed 's/-\([a-z]*\)\.\([0-9]*\)/_\1\2/g')
66
PKG_PO_VERSION:=$(PKG_VERSION)

openwrt-support/rtp2httpd/Makefile.versioned

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
22

33
PKG_NAME:=rtp2httpd
44

5-
RELEASE_VERSION:=3.5.2
5+
RELEASE_VERSION:=3.5.1
66

77
PKG_VERSION:=$(shell echo "$(RELEASE_VERSION)" | sed 's/-\([a-z]*\)\.\([0-9]*\)/_\1\2/g')
88
PKG_RELEASE:=1

0 commit comments

Comments
 (0)