1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-05-13 21:26:27 +02:00

ci: attempt to fix CI

It looks like a2x isn't working, so take a shot at fixing it.
This commit is contained in:
Andrew Gallant 2020-03-28 21:35:45 -04:00
parent 67c0f576b6
commit 3193d57ac1
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44
2 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,8 @@ jobs:
TARGET_DIR: ./target
# Emit backtraces on panics.
RUST_BACKTRACE: 1
# Apparently needed to use a2x on macOS.
XML_CATALOG_FILES: /usr/local/etc/xml/catalog
runs-on: ${{ matrix.os }}
strategy:
matrix:

View File

@ -75,6 +75,8 @@ jobs:
RUST_BACKTRACE: 1
# Build static releases with PCRE2.
PCRE2_SYS_STATIC: 1
# Apparently needed to use a2x on macOS.
XML_CATALOG_FILES: /usr/local/etc/xml/catalog
strategy:
matrix:
build: [linux, linux-arm, macos, win-msvc, win-gnu, win32-msvc]