Skip to content

Commit

Permalink
Remove redundant install step in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
esdmr committed Apr 1, 2024
1 parent a87957e commit 8edc452
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
restore-keys: |
${{ runner.OS }}-pnpm-current
- name: rustup toolchain install
- name: Install rust
uses: dtolnay/rust-toolchain@v1
with:
toolchain: stable
Expand All @@ -48,9 +48,6 @@ jobs:
- name: Build eval-wasm
run: pnpm eval-wasm:prod

- name: Install eval-wasm
run: pnpm install

- name: Build
run: pnpm vite build

Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
restore-keys: |
${{ runner.OS }}-pnpm-current
- name: rustup toolchain install
- name: Install rust
uses: dtolnay/rust-toolchain@v1
with:
toolchain: stable
Expand All @@ -59,9 +59,6 @@ jobs:
- name: Build eval-wasm
run: pnpm eval-wasm:prod

- name: Install eval-wasm
run: pnpm install

- name: Setup Pages
id: pages
uses: actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4
Expand Down

0 comments on commit 8edc452

Please sign in to comment.