Skip to content

Do not assert on diff if hard link sources are not found due to exclusions #1437

Do not assert on diff if hard link sources are not found due to exclusions

Do not assert on diff if hard link sources are not found due to exclusions #1437

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