mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-20 21:57:44 +01:00
7 lines
231 B
Bash
7 lines
231 B
Bash
#!/bin/sh
|
|
|
|
#Project dependencies file
|
|
#Contains versions of programs that we might need to install for CI purposes - do not add anything here that is REQUIRED to run the project, this is just for CI.
|
|
|
|
export RIPGREP_VERSION=14.0.3
|