Skip to content

Commit 841e4bd

Browse files
committed
feat: cache
1 parent 2331fd1 commit 841e4bd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ jobs:
3131
restore-keys: |
3232
${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}-
3333
${{ runner.os }}-cargo-
34-
35-
- name: Install cargo-bundle (macOS)
36-
if: ${{ steps.cache.outputs.cache-hit != 'true' && matrix.os == 'macos-latest'}}
37-
run: cargo install cargo-bundle
3834
3935
- name: Build
4036
if: ${{ steps.cache.outputs.cache-hit != 'true' }}

0 commit comments

Comments
 (0)