From: Thomas Karpiniec Date: Wed, 15 Jun 2022 08:25:18 +0000 (+1000) Subject: Try putting quotes around features in build pipeline X-Git-Tag: v0.3.0~4 X-Git-Url: https://code.octet-stream.net/hashgood/commitdiff_plain/afd3bc461e6107350e584d20dc37926c62f76844?hp=3036c7308170f6c68961e44e61e06727eef78327 Try putting quotes around features in build pipeline --- diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index b76ebee..26ecad9 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -10,9 +10,9 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] include: - os: windows-latest - features: --features paste + features: "--features paste" - os: macos-latest - features: --features paste + features: "--features paste" runs-on: ${{ matrix.os }} steps: