Skip to content

Commit 10dbe71

Browse files
committed
CI: Make curl+unzstd command macOS-compatible
1 parent 4c0de98 commit 10dbe71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
- run:
152152
name: Download SF1 data set
153153
command: |
154-
curl -L https://surfdrive.surf.nl/files/index.php/s/Ng2eCg6m06ZNKKo/download | tar -xv --use-compress-program=zstd
154+
curl -L https://surfdrive.surf.nl/files/index.php/s/Ng2eCg6m06ZNKKo/download | tar -xv --use-compress-program=unzstd
155155
# substitution parameters and updateStreams for Neo4j
156156
cp ./sf1/substitution_parameters/* ./cypher/test-data/substitution_parameters/
157157
cp ./sf1/substitution_parameters/* ./postgres/test-data/substitution_parameters/

0 commit comments

Comments
 (0)