ci(fix): fmt windows needs exe file

This commit is contained in:
Santo Cariotti 2021-10-25 10:12:55 +02:00
parent 6c20c622f3
commit 2568a58498

View File

@ -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: