X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=.github%2Fworkflows%2Fubuntu.yaml;h=789850e2e3e2b752625cce8b19c6edfefa021c37;hp=8117d51ddb2b57d4583ce48a9c3407af74b30d2b;hb=736dd64f3d60cb87f6114ec85df3833932a5a378;hpb=74a76e8e658d89f1b0a61af8cb903d412852f882 diff --git a/.github/workflows/ubuntu.yaml b/.github/workflows/ubuntu.yaml index 8117d51..789850e 100644 --- a/.github/workflows/ubuntu.yaml +++ b/.github/workflows/ubuntu.yaml @@ -17,8 +17,5 @@ jobs: - name: build run: make V=1 CFLAGS="-O2 -g -Wno-unused-result" - - name: check - run: make check - - name: distcheck run: make distcheck DISTCHECK_CONFIGURE_FLAGS="--enable-multilink --enable-ipxcp"