Skip to content

Commit

Permalink
Fix: setup-sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
thesamet committed Dec 20, 2024
1 parent 2cba883 commit 540f2ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
java-version: 8
distribution: temurin

- uses: actions/setup-sbt@v1
- uses: sbt/setup-sbt@v1

- name: Mount caches
uses: actions/cache@v4
Expand All @@ -54,6 +54,7 @@ jobs:
with:
key: conformance-${{ runner.os }}-${{hashFiles('conformance/build_test_runner.sh')}}
path: /tmp/conformance-test-runner
- uses: sbt/setup-sbt@v1

# Build conformance_test_runner on a cache miss
- uses: bazelbuild/setup-bazelisk@v3
Expand Down

0 comments on commit 540f2ad

Please sign in to comment.