Skip to content

Commit

Permalink
remove pre build cache
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Jul 31, 2024
1 parent fd1ea2b commit ee947b7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,6 @@ jobs:
run: bun install
working-directory: ./desktop

- name: Cache Pre Build
id: cache-pre-build
uses: actions/cache@v4
with:
path: |
desktop/src-tauri/openblas
desktop/src-tauri/clblast
desktop/src-tauri/ffmpeg
key: ${{ matrix.platform }}-${{ matrix.args }}-pre-build

# Run pre build
- name: Run pre_build.js on ${{ matrix.platform }}
run: bun scripts/pre_build.js ${{ matrix.pre-build-args }}
Expand Down

0 comments on commit ee947b7

Please sign in to comment.