Skip to content

Commit

Permalink
Use spaces instead of commas as feature separator
Browse files Browse the repository at this point in the history
Co-authored-by: Thang Pham <[email protected]>
  • Loading branch information
LucasFA and aome510 authored Mar 3, 2024
1 parent 6a37d30 commit b605e17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ jobs:
include:
- os: ubuntu-latest
toolchain: beta
OS_SPECIFIC_FEATURES: ",daemon, sixel"
OS_SPECIFIC_FEATURES: "daemon sixel"
- os: ubuntu-latest
OS_SPECIFIC_FEATURES: ",daemon, sixel"
OS_SPECIFIC_FEATURES: "daemon sixel"
- os: macOS-latest
OS_SPECIFIC_FEATURES: ",sixel"
OS_SPECIFIC_FEATURES: "sixel"

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit b605e17

Please sign in to comment.