Skip to content

Commit

Permalink
what if the cache was just the friends we made along the way
Browse files Browse the repository at this point in the history
  • Loading branch information
aenriii committed May 24, 2024
1 parent aff84b5 commit 976e8c5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
cache: "gradle"

# holy shit thats alot of caching
- name: Cache appAndroid
if: matrix.os == 'ubuntu-latest'
uses: actions/cache@v3
with:
path: appAndroid/build
key: ${{ runner.os }}-appAndroid-${{ hashFiles('appAndroid/**', 'build.gradle.kts', 'gradle.properties', 'gradle/libs.versions.toml') }}
# - name: Cache appAndroid
# if: matrix.os == 'ubuntu-latest'
# uses: actions/cache@v3
# with:
# path: appAndroid/build
# key: ${{ runner.os }}-appAndroid-${{ hashFiles('appAndroid/**', 'build.gradle.kts', 'gradle.properties', 'gradle/libs.versions.toml') }}
- name: Cache appDesktop
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 976e8c5

Please sign in to comment.