summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authoritchyny <itchyny@cybozu.co.jp>2023-07-19 13:30:17 +0900
committerEmanuele Torre <torreemanuele6@gmail.com>2023-07-19 06:45:09 +0200
commit87e3dfddb80015bd71259a4a295ca73bed398bd2 (patch)
tree468047ccf0f145514abfdff67e755d5f52473983 /.github
parent0b558f6ed498717546406b5367483b976578a9b2 (diff)
Enable valgrind in oniguruma workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/oniguruma.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/oniguruma.yml b/.github/workflows/oniguruma.yml
index 62549e3a..db78e2a7 100644
--- a/.github/workflows/oniguruma.yml
+++ b/.github/workflows/oniguruma.yml
@@ -16,7 +16,7 @@ jobs:
- name: Install packages
run: |
sudo apt-get update
- sudo apt-get install -y automake autoconf libtool libonig-dev
+ sudo apt-get install -y automake autoconf libtool valgrind libonig-dev
- name: Build
run: |
autoreconf -i
@@ -49,7 +49,7 @@ jobs:
- name: Install packages
run: |
sudo apt-get update
- sudo apt-get install -y automake autoconf libtool
+ sudo apt-get install -y automake autoconf libtool valgrind
- name: Build
run: |
autoreconf -i