From 017823da49fa58e42bc2430c15b474a17887f3e3 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Fri, 3 Mar 2023 15:43:32 +0100 Subject: [PATCH] try fixing CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7242b562..96a06731 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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