浏览代码

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