ci: Remove unnecessary creation of build directory (#2867)

This commit is contained in:
Bart
2025-12-18 10:15:00 -05:00
committed by GitHub
parent 89fbcbf66a
commit 5269ea0223

View File

@@ -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: