mirror of
https://github.com/sharkdp/bat.git
synced 2025-04-29 14:04:28 +02: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:
|
with:
|
||||||
use-cross: ${{ steps.vars.outputs.CARGO_USE_CROSS }}
|
use-cross: ${{ steps.vars.outputs.CARGO_USE_CROSS }}
|
||||||
command: run
|
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
|
- name: Check features regex-onig
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user