From: Nathan Moinvaziri Date: Sat, 19 Sep 2020 23:15:41 +0000 (-0700) Subject: Checkout corpora into a separate directory to prevent overwriting. X-Git-Tag: 1.9.9-b1~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bd753cb632c61b119282699bd62b8e8afe6a95c;p=thirdparty%2Fzlib-ng.git Checkout corpora into a separate directory to prevent overwriting. (cherry picked from commit b25c7202afdbd8e4270908c65598464f31063d51) --- diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 80f95cd3..e02012e8 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -353,7 +353,7 @@ jobs: uses: actions/checkout@v2 with: repository: nmoinvaz/corpora - path: test/data + path: test/data/corpora - name: Install packages (Ubuntu) if: runner.os == 'Linux' && matrix.packages