Remove wasm-pack (#105)

This commit is contained in:
Yohan Boogaert 2021-04-13 17:26:13 +02:00 committed by GitHub
parent fea5f0a000
commit a89c4c3618
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 12 deletions

View file

@ -22,12 +22,6 @@ jobs:
if: ${{ github.event_name == 'push' }} if: ${{ github.event_name == 'push' }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Install wasm-pack
run: |
curl -sSL https://github.com/rustwasm/wasm-pack/releases/download/v0.9.1/wasm-pack-v0.9.1-x86_64-unknown-linux-musl.tar.gz \
| tar xzO wasm-pack-v0.9.1-x86_64-unknown-linux-musl/wasm-pack \
> $HOME/.cargo/bin/wasm-pack
chmod +x $HOME/.cargo/bin/wasm-pack
- run: cargo doc --verbose --all-features - run: cargo doc --verbose --all-features
- name: Deploy doc - name: Deploy doc
uses: peaceiris/actions-gh-pages@v3 uses: peaceiris/actions-gh-pages@v3

View file

@ -16,12 +16,6 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: Swatinem/rust-cache@v1 - uses: Swatinem/rust-cache@v1
- name: Install wasm-pack
run: |
curl -sSL https://github.com/rustwasm/wasm-pack/releases/download/v0.9.1/wasm-pack-v0.9.1-x86_64-unknown-linux-musl.tar.gz \
| tar xzO wasm-pack-v0.9.1-x86_64-unknown-linux-musl/wasm-pack \
> $HOME/.cargo/bin/wasm-pack
chmod +x $HOME/.cargo/bin/wasm-pack
- run: cargo test --all-features --verbose - run: cargo test --all-features --verbose
- name: Build (Release) - name: Build (Release)
id: build id: build