Skip to content

Commit baabc17

Browse files
committed
replace mdoc scala bootstrap
1 parent 54fa958 commit baabc17

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/mdoc.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,13 @@ jobs:
3535
- uses: olafurpg/setup-scala@v14
3636
with:
3737
java-version: graalvm-ce-java11@20.3.2
38-
- uses: olafurpg/setup-gpg@v3
38+
- uses: graalvm/setup-graalvm@v1
39+
with:
40+
java-version: 17
41+
distribution: graalvm-community
42+
components: native-image
43+
github-token: ${{ secrets.GITHUB_TOKEN }}
44+
cache: sbt
3945
- name: Run mdoc
4046
run: sbt 'docs/mdoc'
4147
- uses: actions/setup-node@v1

0 commit comments

Comments
 (0)