try fixing CI

This commit is contained in:
extrawurst 2023-03-03 15:43:32 +01:00
parent 01f6580125
commit 017823da49

View file

@ -64,7 +64,7 @@ jobs:
run: make build-release
- name: Test Install
run: cargo install --path "."
run: cargo install --path "." --force
- name: Binary Size (unix)
if: matrix.os != 'windows-latest'
@ -123,7 +123,7 @@ jobs:
run: |
make test-linux-musl
- name: Test Install
run: cargo install --path "."
run: cargo install --path "." --force
build-linux-arm:
runs-on: ubuntu-latest