Skip to content

Commit 76f1a79

Browse files
authored
ci: set 'continue-on-error' to false since the problem of compiling binary was resolved (#1182)
Signed-off-by: zyy17 <[email protected]>
1 parent 4705245 commit 76f1a79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@ jobs:
3333
- arch: aarch64-unknown-linux-gnu
3434
os: ubuntu-2004-16-cores
3535
file: greptime-linux-arm64
36-
continue-on-error: true
36+
continue-on-error: false
3737
opts: "-F pyo3_backend"
3838
- arch: aarch64-apple-darwin
3939
os: macos-latest
4040
file: greptime-darwin-arm64
41-
continue-on-error: true
41+
continue-on-error: false
4242
opts: "-F pyo3_backend"
4343
- arch: x86_64-apple-darwin
4444
os: macos-latest
4545
file: greptime-darwin-amd64
46-
continue-on-error: true
46+
continue-on-error: false
4747
opts: "-F pyo3_backend"
4848
runs-on: ${{ matrix.os }}
4949
continue-on-error: ${{ matrix.continue-on-error }}

0 commit comments

Comments
 (0)