Skip to content

Commit

Permalink
fixup! fixup! [FOLD] Address review feedback from @thejohnfreeman:
Browse files Browse the repository at this point in the history
  • Loading branch information
ximinez committed Sep 28, 2023
1 parent 715aeea commit 1641cc6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ runs:
- name: install dependencies
shell: bash
run: |
# Ensure the build_dir does not exist. This should only happen if
# actions/build is called in the same job as actions/dependencies
rm -rf ${build_dir}
mkdir ${build_dir}
cd ${build_dir}
conan install \
Expand Down

0 comments on commit 1641cc6

Please sign in to comment.