Skip to content

Commit

Permalink
Fix patch file indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
qqfunc authored Aug 18, 2024
1 parent 0eff50d commit cfd6833
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ jobs:
working-directory: xz-${{ needs.fetch.outputs.xz }}
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
2 changes: 1 addition & 1 deletion patch/xz.patch
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@@ -1867,0 +1868,2 @@
+ ;;
+ ;;
+ ios*-simulator- )

0 comments on commit cfd6833

Please sign in to comment.