Skip to content

Commit

Permalink
Minor bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Oct 28, 2024
1 parent 4dba003 commit 0963ffb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Install MetaCall on MacOs Test
name: Install MetaCall on MacOS Test

on: [push, pull_request, workflow_dispatch]

Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ uncompress() {
# Get the binary files installed, use the tar directly because if we use the ${install_list} it is
# going to exclude the binaries that were already installed, also do not include metacall itself
${CMD_SUDO} tar -tf "${tmp}" | sed 's/^\.//' \
| grep "^${PLATFORM_BIN}/" \
| grep -E "^${PLATFORM_BIN}/.+" \
| grep -v "^${PLATFORM_BIN}/metacall" \
| ${CMD_SUDO} tee "${bin_list}" > /dev/null

Expand Down

0 comments on commit 0963ffb

Please sign in to comment.