Skip to content

Commit

Permalink
remove old cache
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzawa-san committed Nov 19, 2022
1 parent b12a041 commit 7af46e9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ jobs:
java-version: ${{ matrix.java }}
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Cache onnxruntime archives
uses: actions/cache@v3
with:
path: ./cache
key: onnxruntime-${{ hashFiles('gradle.properties') }}
- name: Build with Gradle
run: |
./gradlew --no-daemon -s :build
Expand Down

0 comments on commit 7af46e9

Please sign in to comment.