Update main.yml

This commit is contained in:
Alexandr Bogomyakov
2024-07-08 19:02:20 +03:00
committed by GitHub
parent 643ea91f27
commit 2f416821f0

View File

@ -31,9 +31,6 @@ jobs:
- uses: mbrobbel/rustfmt-check@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Install dependencies on Windows
if: matrix.os == 'windows-latest'
run: choco install -y mingw
- name: Install rust targets
run: rustup target add ${{ matrix.build_target }}
- name: Build linux MUSL