From 157aedfe41c67e14ae93a185db5a250da552c1f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E5=A4=A9=E4=BE=9D?= Date: Tue, 21 Jan 2025 21:24:10 +0000 Subject: [PATCH] fix: ci --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c999654..8808279 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: git clone https://${{ github.token }}@${{ env.GIT_SERVER }}/${{ github.repository }} $(pwd) git lfs install git lfs pull - ls -al + python3 --version file images/*.webp # - uses: actions/setup-python@v5 # with: