From 69962b74af26f88929674cdaed6e7ffe62e809fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 6 Nov 2024 18:35:00 +0100 Subject: [PATCH] CI: Fix badly resolved merge conflict from previous PR --- .github/workflows/windows_builds.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/windows_builds.yml b/.github/workflows/windows_builds.yml index a5ad981f21b..35b574193c2 100644 --- a/.github/workflows/windows_builds.yml +++ b/.github/workflows/windows_builds.yml @@ -18,11 +18,7 @@ jobs: name: Editor (target=release_debug, tools=yes) steps: -<<<<<<< HEAD - uses: actions/checkout@v4 -======= - - uses: actions/checkout@v4 ->>>>>>> 6b202812ff (CI: Update all GitHub actions to their latest version) # Upload cache on completion and check it out now # Editing this is pretty dangerous for Windows since it can break and needs to be properly tested with a fresh cache.