From a598b3282cd99e56dbfeeec70ec618af194c678e Mon Sep 17 00:00:00 2001 From: Nimi Wariboko Jr Date: Thu, 11 Jan 2024 22:22:07 -0800 Subject: [PATCH] Github Action: cloud feature is required in book --- .github/workflows/book.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index 0675ac3da8..bbe5187c30 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -30,7 +30,7 @@ jobs: - name: Install mdbook run: cargo install mdbook --no-default-features - name: Build the project - run: cargo build --verbose --features ssl --examples + run: cargo build --verbose --features ssl --features cloud --examples - name: Build the book run: mdbook build docs - name: Build the book using the script