From 2b2254988ced19c401720fae462c8dfa400838bd Mon Sep 17 00:00:00 2001 From: Dict Xiong Date: Tue, 29 Nov 2022 00:37:52 +0800 Subject: [PATCH] fix ci minor bug; macos: uuidgen/e2fsprogs --- .github/workflows/test.yml | 6 ++++-- install.sh | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ee15f1f..c1017e2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,6 +37,7 @@ jobs: source tools/test.zsh antigen reset rm -rf $ANTIGEN $HOME/.antigen + ./install.sh -dl - name: antigen build with DFS_NO_WALL shell: /bin/zsh -ileo PIPE_FAIL {0} @@ -57,7 +58,7 @@ jobs: - name: install dependencies run: | brew update - brew install git python3 zsh curl + brew install git python3 zsh curl e2fsprogs sudo pip3 install requests - name: checkout repo @@ -84,6 +85,7 @@ jobs: source tools/test.zsh antigen reset rm -rf $ANTIGEN $HOME/.antigen + ./install.sh -dl - name: antigen build with DFS_NO_WALL shell: /bin/zsh -ileo PIPE_FAIL {0} @@ -103,7 +105,7 @@ jobs: steps: - name: remove dependencies run: | - sudo apt-get -y remove curl vim + sudo apt-get -y remove curl vim python3 - name: checkout repo uses: actions/checkout@v3 diff --git a/install.sh b/install.sh index b6c1233..147ceef 100755 --- a/install.sh +++ b/install.sh @@ -45,7 +45,7 @@ install_dependencies() ;; "macos" ) $SUDO brew update - $SUDO brew install git zsh curl tmux vim util-linux + $SUDO brew install git zsh curl tmux vim util-linux e2fsprogs ;; "msys" ) pacman -Syu