mirror of
https://github.com/zdharma-continuum/zinit.git
synced 2026-09-10 07:36:38 -04:00
fix(self-update): respect option flags
Signed-off-by: Vladislav Doster <mvdoster@gmail.com>
This commit is contained in:
parent
77c3743319
commit
c573bbab0e
4
.github/workflows/tests.yaml
vendored
4
.github/workflows/tests.yaml
vendored
|
|
@ -48,7 +48,7 @@ jobs:
|
|||
autoconf automake autotools-dev \
|
||||
build-essential byacc\
|
||||
file \
|
||||
gcc gettext glibc-source grep \
|
||||
gcc gettext glibc-source grep git \
|
||||
libc6 libc6-dev libevent-dev libncurses5-dev libncursesw5-dev libtool libuvc0 lua5.1 \
|
||||
m4 \
|
||||
ninja-build \
|
||||
|
|
@ -58,7 +58,7 @@ jobs:
|
|||
- name: "install dependencies"
|
||||
id: install-deps
|
||||
run: |
|
||||
brew install --force --overwrite automake binutils byacc coreutils gnu-sed libuv lua lua@5.1 make ninja texinfo unzip zsh
|
||||
brew install --force --overwrite automake binutils byacc coreutils git gnu-sed libuv lua lua@5.1 make ninja texinfo unzip zsh
|
||||
brew link --force --overwrite ncurses
|
||||
|
||||
- name: "install zunit"
|
||||
|
|
|
|||
Loading…
Reference in a new issue