Skip to content

Commit 303ecd8

Browse files
authored
Remove creation of build directory
1 parent 4724ac6 commit 303ecd8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/actions/conan/action.yml

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

0 commit comments

Comments
 (0)