Skip to content

Commit 8e89427

Browse files
committed
fix(cubestore): Temporary disable compression to check if it fixes running on Mac OS X Ventura
#5712
1 parent 7d705c8 commit 8e89427

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -590,8 +590,8 @@ jobs:
590590
target: x86_64-apple-darwin
591591
executable_name: cubestored
592592
cross: false
593-
strip: true
594-
compress: true
593+
strip: false
594+
compress: false
595595
- os: ubuntu-20.04
596596
target: aarch64-unknown-linux-gnu
597597
executable_name: cubestored

0 commit comments

Comments
 (0)