Skip to content

Merge pull request #8283 from Aztorius/fix-borg-use-chunks-archive-1.4 #1420

Merge pull request #8283 from Aztorius/fix-borg-use-chunks-archive-1.4

Merge pull request #8283 from Aztorius/fix-borg-use-chunks-archive-1.4 #1420

Workflow file for this run

name: Windows CI
on: [push, pull_request]
jobs:

Check failure on line 4 in .github/workflows/windows.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/windows.yml

Invalid workflow file

You have an error in your yaml syntax on line 4
msys2-ucrt64:
if: false # build is broken, thus disabled, see #8264
runs-on: windows-latest
defaults:
run:
shell: msys2 {0}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: msys2/setup-msys2@v2
with:
msystem: UCRT64
update: true
- name: Install dependencies
run: ./scripts/msys2-install-deps
- name: Build
run: ./scripts/msys2-build
- name: Test
run: ./dist/borg.exe -V
- uses: actions/upload-artifact@v3
with:
name: borg-windows
path: dist/borg.exe