fix(ci): add missing cargo make step
This commit is contained in:
parent
3b00bf53f3
commit
dd6bb013ab
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user