1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

There are four GNU tests require valgrind

This commit is contained in:
xxyzz 2022-02-04 18:34:09 +08:00
parent 18b11cb2cf
commit 1dbd474339
No known key found for this signature in database
GPG key ID: F796163E6DCFEE9D

View file

@ -66,7 +66,7 @@ jobs:
run: | run: |
## Install dependencies ## Install dependencies
sudo apt-get update sudo apt-get update
sudo apt-get install autoconf autopoint bison texinfo gperf gcc g++ gdb python-pyinotify jq sudo apt-get install autoconf autopoint bison texinfo gperf gcc g++ gdb python-pyinotify jq valgrind
- name: Add various locales - name: Add various locales
shell: bash shell: bash
run: | run: |