diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2022-02-04 12:27:48 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2022-02-21 16:37:09 -0500 |
commit | defde40088462873ef714344bdf859e91b6349fd (patch) | |
tree | e3e4bdae8bdba1ceb0b05461d53eba4dd2424536 /.github/workflows/codecov.yml | |
parent | e5d5659884af4e2ebf9a788dd379825a470bd01d (diff) | |
download | bfs-defde40088462873ef714344bdf859e91b6349fd.tar.xz |
Enable Oniguruma by default
Diffstat (limited to '.github/workflows/codecov.yml')
-rw-r--r-- | .github/workflows/codecov.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index f582892..70cbcd1 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -20,6 +20,7 @@ jobs: libattr1-dev \ libcap2-bin \ libcap-dev \ + libonig-dev - name: Generate coverage run: | |