Skip to content

Commit

Permalink
.github/workflows: Disable distcheck for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ivucica authored Dec 6, 2023
1 parent 5542308 commit 73470df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ jobs:
run: cd glict && make
- name: make check
run: cd glict && make check
- name: make distcheck
run: cd glict && make distcheck
# TODO: enable distcheck once unbroken (currently breaks on an attempt to #include using <system/style.h> includes).
#- name: make distcheck
# run: cd glict && make distcheck

0 comments on commit 73470df

Please sign in to comment.