mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-08-02 17:32:16 +00:00
build: remove rust cache (#87)
This commit is contained in:
parent
e62001530f
commit
0cdbeaa38b
1 changed files with 5 additions and 2 deletions
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
|
@ -98,6 +98,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
targets: ${{ matrix.rust-target }}
|
targets: ${{ matrix.rust-target }}
|
||||||
if: (startsWith(github.ref, 'refs/tags/') || matrix.regular_build == 'true')
|
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
|
- name: Install llvm
|
||||||
if: matrix.platform == 'linux' && (startsWith(github.ref, 'refs/tags/') || matrix.regular_build == 'true')
|
if: matrix.platform == 'linux' && (startsWith(github.ref, 'refs/tags/') || matrix.regular_build == 'true')
|
||||||
run: |
|
run: |
|
||||||
|
@ -196,8 +199,8 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
- name: Run sccache-cache
|
- name: Run rust-cache
|
||||||
uses: mozilla-actions/sccache-action@v0.0.4
|
uses: Swatinem/rust-cache@v2
|
||||||
- name: Install deps
|
- name: Install deps
|
||||||
run: yarn install
|
run: yarn install
|
||||||
- name: Build vscode extension
|
- name: Build vscode extension
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue