Skip to content

Commit

Permalink
ci: install libpcre3 for leak job (#1486)
Browse files Browse the repository at this point in the history
## Summary

The latest Ubuntu image doesn't seem to ship with `pcre3` anymore,
which the `nimsuggest` tester needs, so the library is now installed
manually.
  • Loading branch information
zerbina authored Jan 9, 2025
1 parent ce8ddf6 commit aa07c59
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/leak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
- name: Enable annotations
run: echo "::add-matcher::.github/nim-problem-matcher.json"

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install libpcre3
- name: Build release binaries with LeakSanitizer
run: |
./koch.py all-strict \
Expand Down

0 comments on commit aa07c59

Please sign in to comment.