Skip to content

Commit c2c7086

Browse files
authored
Add missing deps to combine stage (#13)
1 parent d39c5c2 commit c2c7086

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130

131131
combine:
132132
name: Combine
133-
needs: [ build-linux, build-windows, build-macos ]
133+
needs: [ build-linux, build-windows, build-macos, build-linux-athena, build-linux-arm32, build-linux-arm64 ]
134134
runs-on: ubuntu-latest
135135
steps:
136136
- uses: actions/checkout@v2

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
// Project Version
8-
ext.pub_version = "0.95-4"
8+
ext.pub_version = "0.95-5"
99

1010
static def get_platform() {
1111
def platform

0 commit comments

Comments
 (0)