Skip to content

Commit

Permalink
Revert "fix: ci"
Browse files Browse the repository at this point in the history
This reverts commit af5b85c.
  • Loading branch information
kdy1 committed Aug 9, 2024
1 parent 7918d73 commit b6fb6ac
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,10 @@ jobs:

- name: Patch
shell: bash
working-directory: bindings
run: |
cargo install cargo-link2
cargo link ../
cargo update -p swc_core -p swc_fast_ts_strip
echo '[patch.crates-io]' >> bindings/Cargo.toml
./scripts/cargo/patch-section.sh >> bindings/Cargo.toml
cd bindings && cargo update -p swc_core -p swc_fast_ts_strip
- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
Expand Down Expand Up @@ -365,11 +364,11 @@ jobs:

- name: Patch
shell: bash
working-directory: bindings
run: |
cargo install cargo-link2
cargo link ../
cargo update -p swc_core -p swc_fast_ts_strip
echo '[patch.crates-io]' >> bindings/Cargo.toml
./scripts/cargo/patch-section.sh
./scripts/cargo/patch-section.sh >> bindings/Cargo.toml
cd bindings && cargo update -p swc_core -p swc_fast_ts_strip
- name: Set platform name
run: |
Expand Down Expand Up @@ -423,11 +422,10 @@ jobs:

- name: Patch
shell: bash
working-directory: bindings
run: |
cargo install cargo-link2
cargo link ../
cargo update -p swc_core -p swc_fast_ts_strip
echo '[patch.crates-io]' >> bindings/Cargo.toml
./scripts/cargo/patch-section.sh >> bindings/Cargo.toml
cd bindings && cargo update -p swc_core -p swc_fast_ts_strip
- name: Prepare
run: |
Expand Down

0 comments on commit b6fb6ac

Please sign in to comment.