mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
try fixing CI
This commit is contained in:
parent
01f6580125
commit
017823da49
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue