Skip to content

Commit

Permalink
Update builds.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmspam authored May 14, 2024
1 parent fb5b2b0 commit 448e890
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
- name: Apply Incus Patches
run: |
cd lxd-ui
git am --ignore-whitespace --3way ../incus/patches/ui-canonical-*.patch || git am --abort
for patch in ../incus/patches/ui-canonical-*.patch; do
git apply --reject --whitespace=fix $patch
done
- name: Rename Files
run: |
Expand Down

0 comments on commit 448e890

Please sign in to comment.