mirror of https://github.com/sbt/sbt.git
Fix CI
This commit is contained in:
parent
8ead89691f
commit
4d7228ad5e
|
|
@ -79,7 +79,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: sbt/zinc
|
||||
ref: develop
|
||||
ref: 1.10.x
|
||||
path: zinc
|
||||
- name: Setup JDK
|
||||
uses: actions/setup-java@v4
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: sbt/zinc
|
||||
ref: develop
|
||||
ref: 1.10.x
|
||||
path: zinc
|
||||
- name: Setup JDK
|
||||
uses: actions/setup-java@v4
|
||||
|
|
|
|||
Loading…
Reference in New Issue