summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2021-05-12 22:44:39 +0200
committerMichael Adam <obnox@samba.org>2021-05-12 22:50:15 +0200
commit132a55cefbff018dab38a56e9e14569e3310fca1 (patch)
treed4daa8a388a82a0b421c16a229e626d5cc5a1090
parente81d7767d321d4aca2abbfbac6eba5dea0da9786 (diff)
Fix github actions
Signed-off-by: Michael Adam <obnox@samba.org>
-rw-r--r--.github/workflows/main.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index d2f6656..8f4a7f0 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -15,12 +15,12 @@ jobs:
- run: ./configure
- run: make
- run: make test
- valgrind:
- runs-on: ubnutu-latest
+ valgrind-test:
+ runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: install valgrind
- run: apt-get install --assume-yes valgrind
+ run: sudo apt-get install --assume-yes valgrind
- run: ./autogen.sh
- run: ./configure --enable-debug --enable-transparent --enable-reverse
- run: make