ACTIONS配置文件修正
Daily Domain Check / domain_check (push) Failing after 28s Details

This commit is contained in:
ahdoawhfo 2024-08-19 12:45:52 +08:00
parent 4a25f6213c
commit 44c898f3d0
Signed by: ahdoawhfo
GPG Key ID: 5B4A734D16322C1D
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@ jobs:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip