From 987e7234c1dbb36c4d0706ce6c7f3488e96ba09f Mon Sep 17 00:00:00 2001 From: Maccesch Date: Mon, 26 Jun 2023 13:15:51 +0100 Subject: [PATCH] building examples now uses a wasm binary size optimized release build --- .github/workflows/book.yml | 1 + .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index 4c84691..5e950ac 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -19,6 +19,7 @@ jobs: toolchain: nightly profile: minimal override: true + components: rust-src - name: Cache uses: Swatinem/rust-cache@v2 - name: Install mdbook I diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62550f4..8acd802 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: toolchain: nightly profile: minimal override: true - components: rustfmt, clippy + components: rustfmt, clippy, rust-src - name: Cache uses: Swatinem/rust-cache@v2 - name: Check function count badge