Skip to content

Commit ca5b457

Browse files
committed
7z instead of ditto
1 parent f0d7b43 commit ca5b457

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/duckdb-r2.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
123123
- name: Install build dependencies (macOS)
124124
if: needs.check.outputs.release != 'true' && runner.os == 'macOS'
125-
run: brew install ninja
125+
run: brew install ninja p7zip
126126

127127
- name: Prepare ${{ matrix.archive }}
128128
env:
@@ -145,8 +145,9 @@ jobs:
145145
146146
# macos zip extract error: cannot create
147147
# <...>/issue2628_������.csv Illegal byte sequence
148+
148149
if [ "$PLATFORM_OS" = "osx" ]; then
149-
ditto -V -x -k --sequesterRsrc --rsrc duckdb-src.zip .
150+
7z x duckdb-src.zip
150151
else
151152
unzip -q duckdb-src.zip
152153
fi

0 commit comments

Comments
 (0)