Skip to content

Commit 5269ea0

Browse files
authored
ci: Remove unnecessary creation of build directory (#2867)
1 parent 89fbcbf commit 5269ea0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/actions/conan/action.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ inputs:
2121
runs:
2222
using: composite
2323
steps:
24-
- name: Create build directory
25-
shell: bash
26-
run: mkdir -p "${{ inputs.build_dir }}"
27-
2824
- name: Run conan
2925
shell: bash
3026
env:

0 commit comments

Comments
 (0)