Skip to content

Commit

Permalink
Update snapshot workflow to cache stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebemish committed Oct 31, 2023
1 parent 4367d2a commit b612326
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
fetch-depth: 0
- uses: fregante/setup-git-user@v2
- uses: actions/cache/restore@v3
- uses: actions/cache@v3
with:
path: |
.gradle/quilt-loom-cache
Expand All @@ -25,8 +25,6 @@ jobs:
restore-keys: ${{ runner.os }}-gradle-
- uses: gradle/gradle-build-action@v2
name: Setup Gradle
with:
cache-read-only: ${{ !startsWith(github.ref, 'refs/heads/1.') }}
- name: Build
run: |
./gradlew checkLicenses build
Expand Down

0 comments on commit b612326

Please sign in to comment.