Skip to content
Snippets Groups Projects
Commit 7e9f5303 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

github: don't run distcheck

parent c2780b1c
Branches
No related tags found
No related merge requests found
...@@ -20,10 +20,8 @@ jobs: ...@@ -20,10 +20,8 @@ jobs:
run: | run: |
cd argon2 && make && sudo make install && cd .. cd argon2 && make && sudo make install && cd ..
- name: configure - name: configure
run: ./configure --disable-python run: ./configure
- name: make - name: make
run: make run: make
- name: make check - name: make check
run: make check run: make check
- name: make distcheck
run: make distcheck
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment