build: remove rust cache (#87)

This commit is contained in:
Myriad-Dreamin 2024-03-23 08:42:21 +08:00 committed by GitHub
parent e62001530f
commit 0cdbeaa38b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -98,6 +98,9 @@ jobs:
with:
targets: ${{ matrix.rust-target }}
if: (startsWith(github.ref, 'refs/tags/') || matrix.regular_build == 'true')
- name: Run rust-cache
uses: Swatinem/rust-cache@v2
if: (startsWith(github.ref, 'refs/tags/') || matrix.regular_build == 'true')
- name: Install llvm
if: matrix.platform == 'linux' && (startsWith(github.ref, 'refs/tags/') || matrix.regular_build == 'true')
run: |
@ -196,8 +199,8 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.4
- name: Run rust-cache
uses: Swatinem/rust-cache@v2
- name: Install deps
run: yarn install
- name: Build vscode extension