add depends

This commit is contained in:
Ing 2023-04-25 23:19:56 +08:00
parent c89ba5bb81
commit 7d18c381c2

View File

@ -28,6 +28,8 @@ jobs:
git config --global user.name "github-actions[bot]" git config --global user.name "github-actions[bot]"
sudo timedatectl set-timezone "Asia/Shanghai" sudo timedatectl set-timezone "Asia/Shanghai"
sudo apt update
sudo apt install -y libxml2-utils
pip install requests BeautifulSoup4 pyyaml pip install requests BeautifulSoup4 pyyaml
- name: update pats - name: update pats