Skip to content

Commit

Permalink
Legg til nødvendige argumenter i workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bjerga committed Feb 1, 2024
1 parent 5da7f2b commit 72a729c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/master-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '17'
java-version: 17
distribution: temurin
cache: gradle
- name: Cache Gradle wrapper
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 72a729c

Please sign in to comment.