mirror of
https://github.com/borgbackup/borg.git
synced 2026-04-22 14:49:03 -04:00
CI: fix indentation in windows.yml
This commit is contained in:
parent
b18fe879ed
commit
687c34e89b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
|
|
@ -3,8 +3,8 @@ on: [push, pull_request]
|
|||
|
||||
jobs:
|
||||
msys2-ucrt64:
|
||||
if: false # build is broken, thus disabled, see #8264
|
||||
runs-on: windows-latest
|
||||
if: false # build is broken, thus disabled, see #8264
|
||||
runs-on: windows-latest
|
||||
defaults:
|
||||
run:
|
||||
shell: msys2 {0}
|
||||
|
|
|
|||
Loading…
Reference in a new issue