mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
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>
7 lines
133 B
Bash
7 lines
133 B
Bash
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
source tools/ci/ci_dependencies.sh
|
|
|
|
cargo install ripgrep --features pcre2 --version $RIPGREP_VERSION
|