diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0134648..e767e4f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -116,6 +116,7 @@ jobs: make mingw-w64-x86_64-gcc mingw-w64-x86_64-rust + continue-on-error: true - shell: msys2 {0} run: | cargo build --release --verbose @@ -158,4 +159,4 @@ jobs: with: files: ./* env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}