Skip to content

Commit

Permalink
Fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
reynaldjoabet committed Jun 18, 2024
1 parent eef7ecf commit 24d1670
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
21 changes: 1 addition & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,4 @@ jobs:
with:
jvm: temurin:17
apps: sbt
- run: sbt compile
build_sbtn:
name: Build Project
strategy:
matrix:
os: ["ubuntu-latest", "macos-latest"]
scala: [2.13.12,3.3.0]
java: [temurin@17]
runs-on: ${{matrix.os}}

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: coursier/cache-action@v6
- uses: VirtusLab/scala-cli-setup@main
with:
jvm: temurin:17
apps: sbtn
- run: sbtn compile
- run: sbt compile
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ scalacOptions += "-target:17" // ensures the Scala compiler generates bytecode o
// )

ThisBuild / semanticdbEnabled := true

ThisBuild/usePipelining := true

0 comments on commit 24d1670

Please sign in to comment.