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: