From accbdf70144022eb3bca535763d6d66b5c8700d7 Mon Sep 17 00:00:00 2001 From: Johnny Cena Date: Tue, 19 Aug 2025 22:27:16 +0200 Subject: [PATCH] remove no longer needed spam --- .github/workflows/update_examples.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/update_examples.yml b/.github/workflows/update_examples.yml index 7c5092517..e61209b5b 100644 --- a/.github/workflows/update_examples.yml +++ b/.github/workflows/update_examples.yml @@ -41,7 +41,6 @@ jobs: # rexm should update all required files in raylib and even raylib.com repo, # but not sure if it can do that from an Action, maybe it requires manual copy run: | - dir/s "${{ github.workspace }}" cd tools\rexm\VS2022 msbuild.exe rexm.sln /target:rexm /property:Configuration=Release /property:Platform=x64 cd ..\..\..