mirror of
https://github.com/borgbackup/borg.git
synced 2025-03-15 08:29:36 +00:00
github CI: windows msys2 build: broken, disable it for now, see #8264
This commit is contained in:
parent
add9cafce6
commit
de913cc251
1 changed files with 2 additions and 1 deletions
3
.github/workflows/windows.yml
vendored
3
.github/workflows/windows.yml
vendored
|
@ -3,7 +3,8 @@ on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
msys2-ucrt64:
|
msys2-ucrt64:
|
||||||
runs-on: windows-latest
|
if: false # build is broken, thus disabled, see #8264
|
||||||
|
runs-on: windows-latest
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
|
|
Loading…
Add table
Reference in a new issue