We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10e9f08 commit d314dd8Copy full SHA for d314dd8
.github/workflows/ci.yml
@@ -103,13 +103,13 @@ jobs:
103
- uses: actions/setup-java@v3
104
with:
105
distribution: "temurin"
106
- java-version: 17
+ java-version: 11
107
cache: "sbt"
108
109
- - run: sbt checkAll
+ - run: sbt --client checkAll
110
111
- name: Run sample benchmarks
112
- run: sbt 'bench/Jmh/run -i 1 -f1 -t1 -foe true'
+ run: sbt --client 'bench/Jmh/run -i 1 -f1 -t1 -foe true'
113
114
115
maven:
.github/workflows/mdoc.yml
@@ -13,7 +13,7 @@ jobs:
13
14
15
distribution: 'temurin'
16
- java-version: 8
17
cache: 'sbt'
18
- run: sbt docs/docusaurusPublishGhpages
19
env:
0 commit comments