Skip to content

Commit

Permalink
Add touch command
Browse files Browse the repository at this point in the history
  • Loading branch information
qqfunc authored Aug 18, 2024
1 parent 09b087f commit df867b8
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit df867b8

Please sign in to comment.