Skip to content

Commit 6a57423

Browse files
committed
Use githubWorkflowUseSbtThinClient to fix githubWorkflowCheck step.
1 parent 9463b2a commit 6a57423

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
uses: sbt/setup-sbt@v1
6161

6262
- name: Check that workflows are up to date
63-
run: sbt '++ ${{ matrix.scala }}' githubWorkflowCheck
63+
run: sbt --client '++ ${{ matrix.scala }}; githubWorkflowCheck'
6464

6565
- name: Build project
6666
run: sbt test

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ ThisBuild / githubWorkflowArtifactUpload := false
1313
ThisBuild / githubWorkflowBuildMatrixFailFast := Some(false)
1414
ThisBuild / githubWorkflowTargetBranches := Seq("master")
1515
ThisBuild / githubWorkflowPublishTargetBranches := Seq()
16+
ThisBuild / githubWorkflowUseSbtThinClient := true
1617

1718
def isJava(v: Int) = s"matrix.java == '${javaVersions.find(_.version == v.toString).get.render}'"
1819

0 commit comments

Comments
 (0)