mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-03 13:45:31 +00:00
CI: enable windows build
This commit is contained in:
parent
f11dc50070
commit
de249f611e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -196,7 +196,7 @@ jobs:
|
||||||
|
|
||||||
windows:
|
windows:
|
||||||
|
|
||||||
if: false # build is broken, thus disabled, see #8264
|
if: true # build enabled
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
timeout-minutes: 120
|
timeout-minutes: 120
|
||||||
needs: linux
|
needs: linux
|
||||||
|
|
Loading…
Reference in a new issue