ci(linux): migrate Archlinux build to GitHub workflow (#4478)

This commit is contained in:
David Lane
2025-12-07 09:01:57 -05:00
committed by GitHub
parent 35f4b9ee51
commit 75809f13e3
8 changed files with 292 additions and 188 deletions

View File

@@ -191,7 +191,9 @@ jobs:
- name: Generate gcov report
id: test_report
# any except canceled or skipped
if: always() && (steps.test.outcome == 'success' || steps.test.outcome == 'failure')
if: >-
always() &&
(steps.test.outcome == 'success' || steps.test.outcome == 'failure')
shell: msys2 {0}
working-directory: build
run: |