We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa7a87e commit c960a00Copy full SHA for c960a00
.github/workflows/buildDBImage.yml
@@ -85,8 +85,8 @@ jobs:
85
- name: Pull & Extract - darwin arm64
86
run: |-
87
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"
+ # new link - https://drive.google.com/file/d/1xz9FAfqNLp9IZExE73qli4_N8S47ndun/view?usp=sharing
+ curl -L -o darwin-arm64.txz "https://drive.google.com/uc?export=download&id=1xz9FAfqNLp9IZExE73qli4_N8S47ndun"
90
mkdir $EXTRACT_DIR
91
tar -xf darwin-arm64.txz --directory $EXTRACT_DIR
92
0 commit comments