From 5269ea022334b472d4a6376a5fe989ad1c41b96c Mon Sep 17 00:00:00 2001 From: Bart Date: Thu, 18 Dec 2025 10:15:00 -0500 Subject: [PATCH] ci: Remove unnecessary creation of build directory (#2867) --- .github/actions/conan/action.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/actions/conan/action.yml b/.github/actions/conan/action.yml index 5c6a0ddd6..897c3e548 100644 --- a/.github/actions/conan/action.yml +++ b/.github/actions/conan/action.yml @@ -21,10 +21,6 @@ inputs: runs: using: composite steps: - - name: Create build directory - shell: bash - run: mkdir -p "${{ inputs.build_dir }}" - - name: Run conan shell: bash env: