Skip to content

Commit

Permalink
chore: remove unneeded ci step to save 50 seconds (#6047)
Browse files Browse the repository at this point in the history
We use rollup wasm build since
#5400 so no need to install
linux build of rollup in CI anymore.
  • Loading branch information
stefreak committed May 15, 2024
1 parent ef1b91e commit 27fbb30
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .circleci/continue-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -458,9 +458,6 @@ jobs:
steps:
- checkout
- install_rust
- run:
name: "Install rollup linux"
command: npm install --save-dev @rollup/rollup-linux-x64-gnu
- run_npm_dist:
version: <<parameters.version>>
targets: "linux-amd64 linux-arm64 alpine-amd64 windows-amd64"
Expand Down

0 comments on commit 27fbb30

Please sign in to comment.