mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-19 05:09:49 +01:00
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
|