From c382b6c5a646d6343f00d76b3c65c13a143b4b9f Mon Sep 17 00:00:00 2001 From: thaidmfinnick Date: Wed, 24 Jul 2024 12:27:29 +0700 Subject: [PATCH] improve(gha): remove python cache --- .github/workflows/auto_publish_app.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/auto_publish_app.yaml b/.github/workflows/auto_publish_app.yaml index 67eff08c..9bd9754a 100644 --- a/.github/workflows/auto_publish_app.yaml +++ b/.github/workflows/auto_publish_app.yaml @@ -43,10 +43,10 @@ jobs: distribution: 'corretto' java-version: '17' cache: gradle - - uses: actions/setup-python@v5 - with: - python-version: '3.12.3' - cache: 'pip' + # - uses: actions/setup-python@v5 + # with: + # python-version: '3.12.3' + # cache: 'pip' - name: Setup Flutter uses: subosito/flutter-action@v2