Skip to content

Commit 1ebee62

Browse files
committed
Fix ripgrep error (install it). Alternative is to switch to grep
1 parent a4ce975 commit 1ebee62

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
steps:
5252
- name: Check out source
5353
uses: actions/checkout@v7
54+
- name: Install ripgrep
55+
run: sudo apt-get update && sudo apt-get install -y ripgrep
5456
- name: Build local smoke image
5557
run: docker build --tag spotify-monitor:ci .
5658
- name: Confirm Python 3.9 runtime

0 commit comments

Comments
 (0)