Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Nov 19, 2024
1 parent c4f2e3e commit 053b3bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: coursier/cache-action@v6
- uses: coursier/setup-action@v1.3
with:
jvm: 8
jvm: 17
apps: sbt
- name: Test
run: ./.github/scripts/ci.sh
Expand All @@ -40,7 +40,7 @@ jobs:
- uses: coursier/cache-action@v6
- uses: coursier/setup-action@v1.3
with:
jvm: 8
jvm: 17
- run: .github/scripts/gpg-setup.sh
shell: bash
env:
Expand Down

0 comments on commit 053b3bd

Please sign in to comment.