From 794f3d08f4f3e927cebe52d5fdc53568b801d928 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Sun, 2 Aug 2020 16:29:22 +0200 Subject: [PATCH] Remove --release 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 7bcb5b0e..615d4f31 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 --release + args: --locked - name: Rebuild binary assets (syntaxes and themes) run: bash assets/create.sh - name: Run tests with new syntaxes and themes