summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2020-06-16 01:50:57 +0200
committerGravatar Nikias Bassen2020-06-16 01:50:57 +0200
commit93dbf11118cc84eb37a500b59b683255462f5ba2 (patch)
treeccd85ca19b8f022a25b10c6f53d9fac6dd3c7065
parentb0e81c4fe90510a782bd15245ad9f1fcb648134b (diff)
downloadlibplist-93dbf11118cc84eb37a500b59b683255462f5ba2.tar.gz
libplist-93dbf11118cc84eb37a500b59b683255462f5ba2.tar.bz2
[github-actions] Remove 'make distcheck' from ubuntu build test
-rw-r--r--.github/workflows/build.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 2036484..7011681 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -15,8 +15,6 @@ jobs:
run: make
- name: make check
run: make check
- - name: make distcheck
- run: make distcheck
build-macOS:
runs-on: macOS-latest
steps: