Skip to content

Commit

Permalink
build: remove rust cache (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin authored Mar 23, 2024
1 parent e620015 commit 0cdbeaa
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -196,8 +199,8 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
- name: Run sccache-cache
uses: mozilla-actions/[email protected]
- name: Run rust-cache
uses: Swatinem/rust-cache@v2
- name: Install deps
run: yarn install
- name: Build vscode extension
Expand Down

0 comments on commit 0cdbeaa

Please sign in to comment.