Skip to content

Commit

Permalink
added dependency caching
Browse files Browse the repository at this point in the history
  • Loading branch information
klobuczek committed Dec 18, 2024
1 parent a10fe15 commit 36c3d34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true

- name: Create .m2 directory
run: mkdir -p $HOME/.m2

- name: Set up Java
uses: actions/setup-java@v4
if: matrix.java-version
Expand Down

0 comments on commit 36c3d34

Please sign in to comment.