From 20e0c63e6a6cdb103e417c3d3081ed6ba4c84a97 Mon Sep 17 00:00:00 2001 From: Anatolios Laskaris Date: Tue, 17 Jan 2023 12:48:02 +0200 Subject: [PATCH] chore: Run `compile` job on builder (#630) * Run compile step on builder * Fix --- .github/workflows/snapshot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index a60f6a34..253db353 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -28,7 +28,7 @@ env: jobs: compile: name: "Compile" - runs-on: ubuntu-latest + runs-on: builder steps: - name: Checkout repository @@ -46,6 +46,8 @@ jobs: - name: Setup Scala uses: coursier/setup-action@v1 + with: + apps: sbt - name: JS build env: