Skip to content

Commit

Permalink
Upgrading Tar libs and making untar logic simpler
Browse files Browse the repository at this point in the history
Explicit check for directory in untar
Adding SBT setup to actions
  • Loading branch information
kiemlicz committed Feb 22, 2025
1 parent 8abbffe commit 6d60edb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
- name: Setup sbt launcher
uses: sbt/setup-sbt@v1
- name: Setup Docker for Linux
if: runner.os != 'macos'
run: |
Expand Down

0 comments on commit 6d60edb

Please sign in to comment.