Skip to content

Commit

Permalink
Merge pull request #555 from guardian/aa/setup-sbt
Browse files Browse the repository at this point in the history
ci: Obtain `sbt` from `sbt/setup-sbt`
  • Loading branch information
akash1810 authored Oct 15, 2024
2 parents f3ae66a + 83b41c9 commit 9abf35c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- main
jobs:
CI:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

permissions:
contents: read
Expand All @@ -34,6 +34,8 @@ jobs:
distribution: 'corretto'
cache: 'sbt'

- uses: sbt/setup-sbt@v1

# Build CDK and Play (in sequence)
- run: ./script/ci

Expand Down

0 comments on commit 9abf35c

Please sign in to comment.