We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31ed915 + 7438642 commit b52e135Copy full SHA for b52e135
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Setup Scala
31
uses: coursier/setup-action@v1
32
with:
33
- jvm: adopt:16
+ jvm: temurin:1.17.0.14
34
apps: sbt bloop
35
- name: Setup All Simulation Tools but NVC
36
uses: YosysHQ/setup-oss-cad-suite@v3
.github/workflows/release.yml
@@ -3,6 +3,11 @@ on:
3
push:
4
branches: [main, milestone]
5
tags: ["*"]
6
+ paths-ignore:
7
+ - 'docs/**'
8
+ - 'docs_overrides/**'
9
+ - 'mkdocs.yml'
10
+ - '.github/workflows/dfdocs.yml'
11
jobs:
12
publish:
13
runs-on: ubuntu-latest
@@ -12,7 +17,7 @@ jobs:
17
fetch-depth: 0
18
- uses: coursier/setup-action@v1
14
19
15
20
16
21
22
- run: sbt ci-release
23
env:
0 commit comments