We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0d7b43 commit ca5b457Copy full SHA for ca5b457
1 file changed
.github/workflows/duckdb-r2.yml
@@ -122,7 +122,7 @@ jobs:
122
123
- name: Install build dependencies (macOS)
124
if: needs.check.outputs.release != 'true' && runner.os == 'macOS'
125
- run: brew install ninja
+ run: brew install ninja p7zip
126
127
- name: Prepare ${{ matrix.archive }}
128
env:
@@ -145,8 +145,9 @@ jobs:
145
146
# macos zip extract error: cannot create
147
# <...>/issue2628_������.csv Illegal byte sequence
148
+
149
if [ "$PLATFORM_OS" = "osx" ]; then
- ditto -V -x -k --sequesterRsrc --rsrc duckdb-src.zip .
150
+ 7z x duckdb-src.zip
151
else
152
unzip -q duckdb-src.zip
153
fi
0 commit comments