Skip to content

Commit

Permalink
Try to fix update action
Browse files Browse the repository at this point in the history
  • Loading branch information
zebreus committed Apr 4, 2023
1 parent 1cd197f commit 268f56e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PRECIOUS: gnome-backgrounds
gnome-backgrounds:
git clone https://gitlab.gnome.org/GNOME/gnome-backgrounds.git
git clone --config http.postBuffer=4096M https://gitlab.gnome.org/GNOME/gnome-backgrounds.git

.SECONDARY: gnome-backgrounds.rev
gnome-backgrounds.rev: gnome-backgrounds
Expand All @@ -21,4 +21,4 @@ data: results
mkdir -p data
mkdir -p data/images
find results/images -mindepth 1 | grep -v source | xargs -I {} cp {} data/images
cp results/*.json data
cp results/*.json data

0 comments on commit 268f56e

Please sign in to comment.