Skip to content

Commit f9000dc

Browse files
committed
install ripgrep
1 parent 5b78865 commit f9000dc

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,10 @@ jobs:
4545

4646
- run: |
4747
sudo apt update
48-
sudo apt install -y expect ncat valgrind
48+
sudo apt install -y expect ncat valgrind ripgrep
4949
# expect for testing
5050
# ncat for tcp-client example
51+
# ripgrep for ci/check_all_exposed_funs_tested.roc
5152

5253
- run: expect -v
5354

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
nmap
5656
simple-http-server
5757
rocPkgs.cli
58+
ripgrep # for ci/check_all_exposed_funs_tested.roc
5859
]);
5960
in {
6061

0 commit comments

Comments
 (0)