mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-31 10:11:07 +00:00
Remove --release argument
This commit is contained in:
parent
3147f0536a
commit
794f3d08f4
2
.github/workflows/CICD.yml
vendored
2
.github/workflows/CICD.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
|||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: install
|
command: install
|
||||||
args: --locked --release
|
args: --locked
|
||||||
- name: Rebuild binary assets (syntaxes and themes)
|
- name: Rebuild binary assets (syntaxes and themes)
|
||||||
run: bash assets/create.sh
|
run: bash assets/create.sh
|
||||||
- name: Run tests with new syntaxes and themes
|
- name: Run tests with new syntaxes and themes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user