Skip to content

Commit fe56e4f

Browse files
committed
ci: remove unnecesary update submodule and build
1 parent 4721c35 commit fe56e4f

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.github/workflows/clippy.yml

-6
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,12 @@ jobs:
2020
uses: actions/checkout@v3
2121
with:
2222
submodules: 'recursive'
23-
- name: Update submodule
24-
run: |
25-
git submodule update --remote
2623
- uses: actions-rs/toolchain@v1
2724
with:
2825
profile: minimal
2926
toolchain: nightly-2024-02-12
3027
target: wasm32-unknown-unknown
3128
override: true
32-
- uses: Swatinem/rust-cache@v2
33-
- name: Build
34-
run: cargo build --features=ssr,hydrate
3529
- uses: actions-rs/cargo@v1
3630
with:
3731
command: fmt

.github/workflows/gh-pages.yml

-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ jobs:
2525
uses: actions/checkout@v3
2626
with:
2727
submodules: "recursive"
28-
- name: Update submodule
29-
run: |
30-
git submodule update --remote
3128
- uses: actions-rs/toolchain@v1
3229
with:
3330
profile: minimal

0 commit comments

Comments
 (0)