Skip to content

Commit

Permalink
update brew script for install [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
abbasnaqdi committed Nov 30, 2023
1 parent f8e76d0 commit a9c506f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ check_and_install() {
}

# Array to store dependencies
dependencies=("cmake" "ninja" "go" "curl")
dependencies=("cmake" "ninja" "go@1.21" "curl")

# Check and install dependencies using the function
for dep in "${dependencies[@]}"; do
Expand Down

0 comments on commit a9c506f

Please sign in to comment.