Skip to content

Commit

Permalink
Update app_prod.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
namidan authored Jul 24, 2024
1 parent 3de17f3 commit 9fadd5d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/app_prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ jobs:
path: source
ref: '${{ inputs.ref }}'

- name: Setup Java
uses: actions/setup-java@v3
with:
cache: gradle
distribution: temurin
java-version: 17

- name: Install Google API python client
run: |
pip install google-api-python-client
Expand Down

0 comments on commit 9fadd5d

Please sign in to comment.