Skip to content

Commit

Permalink
Only swc_core
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Dec 1, 2022
1 parent f7a19ad commit 10739e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
run: |
echo '[patch.crates-io]' >> bindings/Cargo.toml
./scripts/cargo/patch-section.sh >> bindings/Cargo.toml
cd bindings && cargo update
cd bindings && cargo update -p swc_core
- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
Expand Down Expand Up @@ -732,7 +732,7 @@ jobs:
echo '[patch.crates-io]' >> bindings/Cargo.toml
./scripts/cargo/patch-section.sh
./scripts/cargo/patch-section.sh >> bindings/Cargo.toml
cd bindings && cargo update
cd bindings && cargo update -p swc_core
- name: Cache
uses: actions/cache@v3
Expand Down Expand Up @@ -794,7 +794,7 @@ jobs:
run: |
echo '[patch.crates-io]' >> bindings/Cargo.toml
./scripts/cargo/patch-section.sh >> bindings/Cargo.toml
cd bindings && cargo update
cd bindings && cargo update -p swc_core
- name: Prepare
run: |
Expand Down

0 comments on commit 10739e7

Please sign in to comment.