From 1edcfc5fe1f7189093cf9cdc938cc66c11a47a4f Mon Sep 17 00:00:00 2001 From: ahdoawhfo Date: Mon, 19 Aug 2024 12:44:51 +0800 Subject: [PATCH] =?UTF-8?q?ACTIONS=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/daily_domain_check.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/daily_domain_check.yml b/.gitea/workflows/daily_domain_check.yml index b0d2f68..9426437 100644 --- a/.gitea/workflows/daily_domain_check.yml +++ b/.gitea/workflows/daily_domain_check.yml @@ -15,6 +15,9 @@ jobs: - name: Set up Python 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 run: |