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:
parent
67c0f576b6
commit
3193d57ac1
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user