diff options
| author | Samuel Williams <samuel.williams@oriontransfer.co.nz> | 2025-05-15 13:43:26 +0900 |
|---|---|---|
| committer | Samuel Williams <samuel.williams@oriontransfer.co.nz> | 2025-05-15 14:51:02 +0900 |
| commit | a4ce8639d95838e55208a2cf348e3ba0099b41b8 (patch) | |
| tree | 966051a627b8b4736840441abe06bf4c02f99e10 | |
| parent | 7afee53fa068918a03d5b7465a53c5552234a782 (diff) | |
Add `continue-on-error` to failed Windows 2025 build.
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/13345
| -rw-r--r-- | .github/workflows/windows.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 50b3284a33..e21a73bdd9 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -22,6 +22,7 @@ permissions: jobs: make: + continue-on-error: ${{ matrix.os == 2025 }} strategy: matrix: include: |
