mirror of
https://github.com/sharkdp/bat
synced 2026-08-11 20:11:43 +00:00
Add --path argument
This commit is contained in:
@@ -41,7 +41,7 @@ jobs:
|
|||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: install
|
command: install
|
||||||
args: --locked
|
args: --locked --path .
|
||||||
- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user