]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Tweak ubuntu configure args.
authorWayne Davison <wayne@opencoder.net>
Thu, 23 Jul 2020 19:32:41 +0000 (12:32 -0700)
committerWayne Davison <wayne@opencoder.net>
Thu, 23 Jul 2020 19:32:41 +0000 (12:32 -0700)
.github/workflows/build.yml

index ee39040ea27f0d856d55dbe3f678232d690fd0cd..87f4fc8cce620a9e69707c91cfbc94d86dc5c3d7 100644 (file)
@@ -21,7 +21,7 @@ jobs:
         sudo apt-get install acl libacl1-dev attr libattr1-dev liblz4-dev libzstd-dev libxxhash-dev python3-cmarkgfm openssl
         echo "::add-path::/usr/local/bin"
     - name: configure
-      run: ./configure --with-included-popt --with-included-zlib
+      run: ./configure
     - name: make
       run: make
     - name: install