Skip to content

Commit

Permalink
fix some more small issues
Browse files Browse the repository at this point in the history
  • Loading branch information
WorldSEnder committed Aug 22, 2024
1 parent b1460ba commit f2652ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
uses: Swatinem/rust-cache@v2
with:
shared-key: yew-packages
workspaces: |
yew
- name: Setup chrome
id: setup-chrome
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/main-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup toolchain
uses: dtolnay/rust-toolchain@master
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
components: rust-src

- uses: Swatinem/rust-cache@v2
shared-key: publish-examples
with:
shared-key: publish-examples

- uses: jetli/trunk-action@v0.4.0
with:
Expand Down

0 comments on commit f2652ad

Please sign in to comment.