File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11include $(TOPDIR)/rules.mk
22
3- RELEASE_VERSION:=3.5.2
3+ RELEASE_VERSION:=3.5.1
44
55PKG_VERSION:=$(shell echo "$(RELEASE_VERSION)" | sed 's/-\([a-z]*\)\.\([0-9]*\)/_\1\2/g')
66PKG_PO_VERSION:=$(PKG_VERSION)
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
22
33PKG_NAME:=rtp2httpd
44
5- RELEASE_VERSION:=3.5.2
5+ RELEASE_VERSION:=3.5.1
66
77PKG_VERSION:=$(shell echo "$(RELEASE_VERSION)" | sed 's/-\([a-z]*\)\.\([0-9]*\)/_\1\2/g')
88PKG_RELEASE:=1
You can’t perform that action at this time.
0 commit comments