1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-03-09 13:48:00 +00:00

Merge pull request #8278 from ThomasWaldmann/ci-windows-fix-1.4

github CI: windows msys2 build: broken, disable it for now, see #8264
This commit is contained in:
TW 2024-07-07 16:18:08 +02:00 committed by GitHub
commit 83eca0d8b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,8 @@ on: [push, pull_request]
jobs:
msys2-ucrt64:
runs-on: windows-latest
if: false # build is broken, thus disabled, see #8264
runs-on: windows-latest
defaults:
run:
shell: msys2 {0}