mirror of
https://github.com/sharkdp/bat
synced 2024-11-04 18:00:24 +00:00
Use ansi-dark theme in GA output
This commit is contained in:
parent
7056bea9e0
commit
96d682ca49
2
.github/workflows/CICD.yml
vendored
2
.github/workflows/CICD.yml
vendored
@ -234,7 +234,7 @@ jobs:
|
||||
with:
|
||||
use-cross: ${{ steps.vars.outputs.CARGO_USE_CROSS }}
|
||||
command: run
|
||||
args: --target=${{ matrix.job.target }} ${{ matrix.job.cargo-options }} -- --paging=never --color=always Cargo.toml src/config.rs
|
||||
args: --target=${{ matrix.job.target }} ${{ matrix.job.cargo-options }} -- --paging=never --color=always --theme=ansi-dark Cargo.toml src/config.rs
|
||||
- name: Check features regex-onig
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user