1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-17 16:03:19 +00:00

Add --path argument

This commit is contained in:
sharkdp
2020-08-02 16:40:44 +02:00
committed by David Peter
parent 794f3d08f4
commit aacbdcfc44
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: install
args: --locked
args: --locked --path .
- name: Rebuild binary assets (syntaxes and themes)
run: bash assets/create.sh
- name: Run tests with new syntaxes and themes