소스 검색

CI: Rehash environment after installing macOS dependencies

zsh requires the `rehash` command to discover newly installed commands
on the system.
PatTheMav 3 년 전
부모
커밋
47a8951ab1
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .github/scripts/utils.zsh/check_macos

+ 1 - 0
.github/scripts/utils.zsh/check_macos

@@ -16,3 +16,4 @@ if (( ! ${+commands[brew]} )) {
   return 2
 }
 brew bundle --file "${SCRIPT_HOME}/.Brewfile"
+rehash