Skip to content

Commit ea984cb

Browse files
committed
fix compression
1 parent 364c8b2 commit ea984cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ci/scripts/r_windows_build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ cd build
6464
# This may vary by system/CI provider
6565
MSYS_LIB_DIR="/c/rtools${RTOOLS_VERSION}"
6666

67-
# Untar the builds we made
68-
ls *.xz | xargs -n 1 tar -xJf
67+
# Untar the builds we made (RTools42+ uses zstd compression instead of xz)
68+
ls *.zst *.xz 2>/dev/null | xargs -n 1 tar -xf
6969
mkdir -p $DST_DIR
7070
# Grab the headers from one, either one is fine
7171
# (if we're building twice to combine old and new toolchains, this may already exist)

0 commit comments

Comments
 (0)