Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Jan 19, 2024
1 parent 1c3d9e6 commit 5b0eac0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ jobs:
version: 8
run_install: true
- run: rustup target add wasm32-unknown-unknown
- run: |
cargo build -p dprint_plugin_markup --target wasm32-unknown-unknown
cp target/wasm32-unknown-unknown/release/dprint_plugin_markup.wasm dprint_plugin/deployment/plugin.wasm
- run: cargo build -p dprint_plugin_markup --target wasm32-unknown-unknown
- uses: actions/cache@v3
with:
path: |
Expand Down

0 comments on commit 5b0eac0

Please sign in to comment.