mirror of
https://github.com/ouch-org/ouch.git
synced 2025-07-29 06:02:26 +00:00
ci(fix): fmt windows needs exe file
This commit is contained in:
parent
6c20c622f3
commit
2568a58498
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -294,6 +294,12 @@ jobs:
|
||||
components: rustfmt
|
||||
override: true
|
||||
|
||||
- name: Run cargo build
|
||||
uses: actions-rs/cargo@v1
|
||||
if: ${{ matrix.os=='windows-latest' }}
|
||||
with:
|
||||
command: build
|
||||
|
||||
- name: Check format with cargo fmt
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user