mirror of https://github.com/sbt/sbt.git
Fix CI
This commit is contained in:
parent
1449d84614
commit
8f657cef01
|
|
@ -86,6 +86,8 @@ jobs:
|
|||
with:
|
||||
distribution: "${{ matrix.distribution }}"
|
||||
java-version: "${{ matrix.java }}"
|
||||
- name: Setup SBT
|
||||
uses: sbt/setup-sbt@v1
|
||||
- name: Set up Python 3.12
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
|
|
|
|||
|
|
@ -13,4 +13,5 @@ jobs:
|
|||
runs-on: ubuntu-latest # or windows-latest, or macOS-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: sbt/setup-sbt@v1
|
||||
- uses: scalacenter/sbt-dependency-submission@v3
|
||||
|
|
|
|||
Loading…
Reference in New Issue