Skip to content

Commit

Permalink
fix eviction errors with mdoc by using proper snapshot version prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
bjaglin committed Oct 15, 2022
1 parent a508c56 commit 53c696c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
java: 8
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
Expand All @@ -42,6 +44,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
Expand Down

0 comments on commit 53c696c

Please sign in to comment.