Skip to content

Commit c960a00

Browse files
committed
update link to download the txz which has been built locally source
1 parent fa7a87e commit c960a00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildDBImage.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ jobs:
8585
- name: Pull & Extract - darwin arm64
8686
run: |-
8787
EXTRACT_DIR=extracted-darwin-arm64
88-
# new link
89-
curl -L -o darwin-arm64.txz "https://drive.google.com/uc?export=download&id=17lzehyG_JFtZwZPs4LQAG8Kqg1JrTqn6"
88+
# new link - https://drive.google.com/file/d/1xz9FAfqNLp9IZExE73qli4_N8S47ndun/view?usp=sharing
89+
curl -L -o darwin-arm64.txz "https://drive.google.com/uc?export=download&id=1xz9FAfqNLp9IZExE73qli4_N8S47ndun"
9090
mkdir $EXTRACT_DIR
9191
tar -xf darwin-arm64.txz --directory $EXTRACT_DIR
9292

0 commit comments

Comments
 (0)