mirror of
https://github.com/turbot/steampipe.git
synced 2025-12-19 18:12:43 -05:00
update link to download the txz which has been built locally from source
This commit is contained in:
3
.github/workflows/buildDBImage.yml
vendored
3
.github/workflows/buildDBImage.yml
vendored
@@ -85,7 +85,8 @@ jobs:
|
||||
- name: Pull & Extract - darwin arm64
|
||||
run: |-
|
||||
EXTRACT_DIR=extracted-darwin-arm64
|
||||
curl -L -o darwin-arm64.txz "https://drive.google.com/uc?export=download&id=1F7EXt7XG8w3EDCJK7aQgg-XnheA2ASKj"
|
||||
# new link
|
||||
curl -L -o darwin-arm64.txz "https://drive.google.com/uc?export=download&id=17lzehyG_JFtZwZPs4LQAG8Kqg1JrTqn6"
|
||||
mkdir $EXTRACT_DIR
|
||||
tar -xf darwin-arm64.txz --directory $EXTRACT_DIR
|
||||
|
||||
|
||||
Reference in New Issue
Block a user