From dd6bb013ab83e3f77b37d3725805058a58601974 Mon Sep 17 00:00:00 2001 From: Federico Terzi Date: Sun, 3 Oct 2021 15:17:54 +0200 Subject: [PATCH] fix(ci): add missing cargo make step --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1c547fc..6eb76f5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,6 +41,9 @@ jobs: - name: Print target version run: | echo Using version ${{ needs.extract-version.outputs.espanso_version }} + - name: Install cargo-make + run: | + cargo install --force cargo-make - name: Test run: cargo make test-binary --profile release - name: Build