SDL_image: Don't create unused directory on ci

From 64119693e8d9a343f550be7177a2ce433ec67c1e Mon Sep 17 00:00:00 2001
From: Anonymous Maarten <[EMAIL REDACTED]>
Date: Sat, 11 Jun 2022 02:45:14 +0200
Subject: [PATCH] Don't create unused directory on ci

---
 .github/workflows/main.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index e4a70a15..ab4902dc 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -247,8 +247,6 @@ jobs:
         set -eu
         curdir="$(pwd)"
         parallel="$(getconf _NPROCESSORS_ONLN)"
-        rm -fr DESTDIR-autotools
-        mkdir DESTDIR-autotools
         make -j"${parallel}" -C build-autotools install V=1
         echo "SDL2_image_DIR=$(pwd)/prefix_autotools" >> $GITHUB_ENV
         ( cd prefix_autotools; find . ) | LC_ALL=C sort -u