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 - name: install dependencies
run: | run: |
brew update brew update
brew install -y git python3 zsh curl brew install git python3 zsh curl
brew remove -y vim tmux brew remove vim tmux
sudo pip3 install requests sudo pip3 install requests
- name: checkout repo - name: checkout repo