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