X-Git-Url: https://code.octet-stream.net/hashgood/blobdiff_plain/3036c7308170f6c68961e44e61e06727eef78327..afd3bc461e6107350e584d20dc37926c62f76844:/.github/workflows/rust.yml 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: