From df867b808dfdea60313fe321f129e7b4b1981ab3 Mon Sep 17 00:00:00 2001 From: qqfunc <148628110+qqfunc@users.noreply.github.com> Date: Sun, 18 Aug 2024 14:43:43 +0900 Subject: [PATCH] Add touch command --- .github/workflows/build.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a44c6bc..6ddc5e4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -203,11 +203,9 @@ jobs: - name: Apply patch if: ${{ steps.cache.outputs.cache-hit != 'true' }} working-directory: xz-${{ needs.fetch.outputs.xz }} - run: > - patch -u - ./build-aux/config.sub - < - ${{ github.workspace }}/patch/xz.patch + run: | + patch -u ./build-aux/config.sub ${{ github.workspace }}/patch/xz.patch + touch ./configure - name: Configure XZ Utils build if: ${{ steps.cache.outputs.cache-hit != 'true' }} working-directory: xz-${{ needs.fetch.outputs.xz }}