mirror of
https://github.com/DictXiong/dotfiles.git
synced 2025-04-25 00:47:06 +08:00
fix ci minor bug; macos: uuidgen/e2fsprogs
This commit is contained in:
parent
a44bae9acf
commit
2b2254988c
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user