Files
CHOMPStation2/tools/ci/install_ripgrep.sh
CHOMPStation2 95a4a5c1dd [MIRROR] Adds Juke Build (#9006)
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
Co-authored-by: Kashargul <KashL@t-online.de>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
2024-09-24 02:30:54 +02:00

7 lines
133 B
Bash

#!/bin/bash
set -euo pipefail
source tools/ci/ci_dependencies.sh
cargo install ripgrep --features pcre2 --version $RIPGREP_VERSION