Commit 1668133
fix(ci): replace rg with grep in fastlane.sh for CI runner compatibility
ripgrep is not available on GitHub Actions runners by default.
The assert_contains helper now uses grep -qE which is always present.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 14e79c0 commit 1668133
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
0 commit comments