]> git.ozlabs.org Git - ppp.git/blobdiff - .github/workflows/ubuntu.yaml
Header file reorganization and cleaning up the public API for pppd version 2.5.0...
[ppp.git] / .github / workflows / ubuntu.yaml
index 536aaf3282d908b664db4e70c724c19cd63a0628..971c21f9d56c3e3788b2e5999f78fea12741d567 100644 (file)
@@ -5,7 +5,7 @@ jobs:
   build_and_test:
     runs-on: ubuntu-latest
     env:
-      configure_flags: --enable-ipxcp --enable-multilink --enable-systemd
+      configure_flags: --enable-multilink --enable-systemd
 
     steps:
     - uses: actions/checkout@v2