Skip to content

Commit 997774c

Browse files
committed
pin rattler build version
1 parent 9f74fb8 commit 997774c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# Temporary method to fetch the rattler binary.
3737
RATTLER_BINARY="rattler-build-aarch64-apple-darwin"
3838
if [[ $TARGET_PLATFORM == "linux-64" ]]; then RATTLER_BINARY="rattler-build-x86_64-unknown-linux-musl"; fi
39-
curl -SL --progress-bar https://github.com/prefix-dev/rattler-build/releases/latest/download/${RATTLER_BINARY} -o rattler-build
39+
curl -SL --progress-bar https://github.com/prefix-dev/rattler-build/releases/download/v0.33.2/${RATTLER_BINARY} -o rattler-build
4040
chmod +x rattler-build
4141
4242
# Build and push

0 commit comments

Comments
 (0)