Преглед на файлове

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