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
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

View File

@ -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