From 2568a584981f3c142fe7146556cec7f4405321f1 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Mon, 25 Oct 2021 10:12:55 +0200 Subject: [PATCH] ci(fix): fmt windows needs exe file --- .github/workflows/build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fe464f0..2122b30 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: