File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -499,14 +499,14 @@ jobs:
499499 restore-keys : |
500500 ${{ runner.os }}-${{ matrix.build_name }}-build-
501501
502- - name : Cache JRE for Tabula
503- uses : actions/cache@v4
504- with :
505- path : |
506- src-tauri/resources/build-jre
507- key : ${{ runner.os }}-${{ matrix.target }}-jre-build-v2-${{ hashFiles('src-tauri/scripts/setup-build-jre.sh') }}
508- restore-keys : |
509- ${{ runner.os }}-${{ matrix.target }}-jre-build-v2-
502+ - name : Cache JRE for Tabula
503+ uses : actions/cache@v4
504+ with :
505+ path : |
506+ src-tauri/resources/build-jre
507+ key : ${{ runner.os }}-${{ matrix.target }}-jre-build-v2-${{ hashFiles('src-tauri/scripts/setup-build-jre.sh') }}
508+ restore-keys : |
509+ ${{ runner.os }}-${{ matrix.target }}-jre-build-v2-
510510
511511 - name : Install frontend dependencies
512512 run : pnpm install --frozen-lockfile
You can’t perform that action at this time.
0 commit comments