diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index 0211b61e0d..1c0d35d979 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -86,7 +86,7 @@ jobs: # using jemalloc reduces the performance impact of this # over the default libc allocator (which performs very poorly in static builds). - name: Build Rust dependencies (Linux) - if: ${{ matrix.os-name == 'Linux') }} + if: ${{ matrix.os-name == 'Linux' }} run: | cargo build --features jemalloc --release