summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorsharkdp <davidpeter@web.de>2020-08-02 16:40:44 +0200
committerDavid Peter <sharkdp@users.noreply.github.com>2020-08-02 21:51:23 +0200
commitaacbdcfc44cec9dffc506fe94f14f3e07ee90336 (patch)
tree56a0172a14514a26d737325905cc451779738b54 /.github
parent794f3d08f4f3e927cebe52d5fdc53568b801d928 (diff)
Add --path argument
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/CICD.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml
index 615d4f31..577b9a18 100644
--- a/.github/workflows/CICD.yml
+++ b/.github/workflows/CICD.yml
@@ -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