Skip to content

Commit 965b9ab

Browse files
committed
update deps support
1 parent 2535c44 commit 965b9ab

File tree

4 files changed

+326
-425
lines changed

4 files changed

+326
-425
lines changed

.github/workflows/build-on-change.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ jobs:
114114
pkg-family: ${{ github.event.repository.name }}
115115
rebuild: true
116116
logs: true
117+
metadata-release: false
118+
build-deps: "go,rust,build-essential"
117119
secrets: inherit
118120

119121
update-cache:

.github/workflows/manual-build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,6 @@ jobs:
3939
rebuild: true
4040
logs: true
4141
debug: true
42+
metadata-release: false
43+
build-deps: "go,rust,build-essential"
4244
secrets: inherit

0 commit comments

Comments
 (0)