fix ci minor bug; macos: uuidgen/e2fsprogs

This commit is contained in:
Dict Xiong 2022-11-29 00:37:52 +08:00
parent a44bae9acf
commit 2b2254988c
2 changed files with 5 additions and 3 deletions

View File

@ -37,6 +37,7 @@ jobs:
source tools/test.zsh source tools/test.zsh
antigen reset antigen reset
rm -rf $ANTIGEN $HOME/.antigen rm -rf $ANTIGEN $HOME/.antigen
./install.sh -dl
- name: antigen build with DFS_NO_WALL - name: antigen build with DFS_NO_WALL
shell: /bin/zsh -ileo PIPE_FAIL {0} shell: /bin/zsh -ileo PIPE_FAIL {0}
@ -57,7 +58,7 @@ jobs:
- name: install dependencies - name: install dependencies
run: | run: |
brew update brew update
brew install git python3 zsh curl brew install git python3 zsh curl e2fsprogs
sudo pip3 install requests sudo pip3 install requests
- name: checkout repo - name: checkout repo
@ -84,6 +85,7 @@ jobs:
source tools/test.zsh source tools/test.zsh
antigen reset antigen reset
rm -rf $ANTIGEN $HOME/.antigen rm -rf $ANTIGEN $HOME/.antigen
./install.sh -dl
- name: antigen build with DFS_NO_WALL - name: antigen build with DFS_NO_WALL
shell: /bin/zsh -ileo PIPE_FAIL {0} shell: /bin/zsh -ileo PIPE_FAIL {0}
@ -103,7 +105,7 @@ jobs:
steps: steps:
- name: remove dependencies - name: remove dependencies
run: | run: |
sudo apt-get -y remove curl vim sudo apt-get -y remove curl vim python3
- name: checkout repo - name: checkout repo
uses: actions/checkout@v3 uses: actions/checkout@v3

View File

@ -45,7 +45,7 @@ install_dependencies()
;; ;;
"macos" ) "macos" )
$SUDO brew update $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" ) "msys" )
pacman -Syu pacman -Syu