From: Wayne Davison Date: Tue, 26 May 2020 06:41:39 +0000 (-0700) Subject: Install yodl for the CI builds. X-Git-Tag: v3.2.0pre1~91 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8ad2ca9ae2220d795ae7f96fdbb4d9c8353ec414;p=thirdparty%2Frsync.git Install yodl for the CI builds. --- diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 6bc75b48..131890ea 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: prepare-packages - run: sudo apt-get install fakeroot acl libacl1-dev attr libattr1-dev liblz4-dev + run: sudo apt-get install fakeroot acl libacl1-dev attr libattr1-dev liblz4-dev yodl - name: prepare-source run: ./prepare-source - name: configure