This commit is contained in:
Dict Xiong 2022-08-28 14:20:40 +08:00
parent 2125662d9a
commit b241ff92f3

View File

@ -40,9 +40,9 @@ jobs:
steps:
- name: install dependencies
run: |
sudo brew update
sudo brew install -y git python3 zsh curl
sudo brew remove -y vim tmux
brew update
brew install -y git python3 zsh curl
brew remove -y vim tmux
sudo pip3 install requests
- name: checkout repo