Skip to content

Commit

Permalink
improve(gha): remove python cache
Browse files Browse the repository at this point in the history
  • Loading branch information
thaidmfinnick committed Jul 24, 2024
1 parent e4a3091 commit c382b6c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/auto_publish_app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c382b6c

Please sign in to comment.