From aacbdcfc44cec9dffc506fe94f14f3e07ee90336 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Sun, 2 Aug 2020 16:40:44 +0200 Subject: [PATCH] Add --path argument --- .github/workflows/CICD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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