diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01db284..0ba6ca9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: run: cargo install wasm-bindgen-cli --version 0.2.100 if: ${{ matrix.os == 'ubuntu-latest' }} - name: Build - run: cargo build + run: cargo build --features clipboard - name: WASM build run: make wasm if: ${{ matrix.os == 'ubuntu-latest' }}