Skip to content

Commit

Permalink
ci: don't break lines in the middle of a feature list
Browse files Browse the repository at this point in the history
  • Loading branch information
wangl-cc committed Dec 10, 2023
1 parent cdeb97c commit c148836
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ jobs:
run: |
cargo build --package maa-cli --locked \
--no-default-features \
--features git2-vendored-openssl,git2-vendored-libgit2,reqwest_rustls_tls,\
cli_installer,core_installer,git2
--features git2-vendored-openssl,git2-vendored-libgit2,reqwest_rustls_tls,cli_installer,core_installer,git2
- name: Build (macOS)
if: ${{ startsWith(matrix.os, 'macos') }}
run: |
Expand Down

0 comments on commit c148836

Please sign in to comment.