Skip to content

Commit

Permalink
get sbt back to image for U24 and later
Browse files Browse the repository at this point in the history
(old U22 runner used to work, not anymore)
  • Loading branch information
tarzanek committed Dec 18, 2024
1 parent e905f63 commit f6c50a3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
java-version: 8
distribution: temurin
cache: sbt
- uses: sbt/setup-sbt@v1
- name: Build
run: ./build.sh
- name: Publish
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
distribution: temurin
java-version: 8
cache: sbt
- uses: sbt/setup-sbt@v1
- name: configure aws credentials
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
distribution: temurin
java-version: 8
cache: sbt
- uses: sbt/setup-sbt@v1
- name: Build migrator
run: ./build.sh
- name: Set up services
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/tutorial-dynamodb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
distribution: temurin
java-version: 8
cache: sbt
- uses: sbt/setup-sbt@v1
- name: Build migrator
run: |
./build.sh
Expand Down

0 comments on commit f6c50a3

Please sign in to comment.