Skip to content

Commit

Permalink
syntax error.
Browse files Browse the repository at this point in the history
  • Loading branch information
csasarak committed Aug 27, 2024
1 parent 37e210f commit c1b3c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c1b3c38

Please sign in to comment.