This commit is contained in:
Dict Xiong 2022-08-28 14:22:52 +08:00
parent b241ff92f3
commit 41941b6baa

View File

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