diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index b54e075..f419f38 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -32,7 +32,7 @@ jobs: steps: - - name: 🐙 Settup git environment ${{ runner.arch }} + - name: 🐙 Settup git environment uses: actions/checkout@v4 - name: 🗳️ Initialize git submodules @@ -49,6 +49,12 @@ jobs: rustup update rustup target add ${{ matrix.target }} + - name: 🪟 Install mingw for Windows build + if: ${{ matrix.target }} == x86_64-pc-windows-gnu + run: | + rustup update + rustup target add ${{ matrix.target }} + - name: 🦀 Build Rust code run: | cargo build \