From 24d16709975223bae15a98992654ddfed40a3acc Mon Sep 17 00:00:00 2001 From: Liyeuk Reynald Date: Tue, 18 Jun 2024 21:31:01 +0400 Subject: [PATCH] Fixed workflow --- .github/workflows/ci.yml | 21 +-------------------- build.sbt | 2 ++ 2 files changed, 3 insertions(+), 20 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2bf26e7..d10478f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 \ No newline at end of file + - run: sbt compile \ No newline at end of file diff --git a/build.sbt b/build.sbt index 0b2ae5e..0a88b79 100644 --- a/build.sbt +++ b/build.sbt @@ -33,3 +33,5 @@ scalacOptions += "-target:17" // ensures the Scala compiler generates bytecode o // ) ThisBuild / semanticdbEnabled := true + +ThisBuild/usePipelining := true