This commit is contained in:
Dict Xiong 2022-08-27 00:06:42 +08:00
parent d7e8aae480
commit deb678282d

View File

@ -11,6 +11,7 @@ jobs:
run: | run: |
sudo apt update sudo apt update
sudo apt install -y git python3 python3-pip zsh curl inetutils-ping sudo apt install -y git python3 python3-pip zsh curl inetutils-ping
sudo apt remove -y vim
sudo pip3 install requests sudo pip3 install requests
- name: checkout repo - name: checkout repo