Merge branch 'master' into testapi-delete

This commit is contained in:
benbierens 2024-08-12 13:24:51 +02:00
commit 346727d201
No known key found for this signature in database
GPG Key ID: 877D2C2E09A22F3A
2 changed files with 7 additions and 1 deletions

View File

@ -78,6 +78,12 @@ runs:
mingw-w64-i686-ntldd-git
mingw-w64-i686-rust
- name: MSYS2 (Windows All) - Downgrade to gcc 13
if: inputs.os == 'windows'
shell: ${{ inputs.shell }} {0}
run: |
pacman -U --noconfirm https://repo.msys2.org/mingw/ucrt64/mingw-w64-ucrt-x86_64-gcc-13.2.0-6-any.pkg.tar.zst https://repo.msys2.org/mingw/ucrt64/mingw-w64-ucrt-x86_64-gcc-libs-13.2.0-6-any.pkg.tar.zst
- name: Derive environment variables
shell: ${{ inputs.shell }} {0}
run: |

View File

@ -26,7 +26,7 @@ jobs:
name: '${{ matrix.os }}-${{ matrix.cpu }}-${{ matrix.nim_version }}-${{ matrix.tests }}'
runs-on: ${{ matrix.builder }}
timeout-minutes: 80
timeout-minutes: 90
steps:
- name: Checkout sources
uses: actions/checkout@v4