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

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

View File

@ -15,6 +15,9 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v3 uses: actions/setup-python@v3
with:
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
- name: Install dependencies - name: Install dependencies
run: | run: |