Skip to content

Commit

Permalink
[ci] add nullglob option to match empty folders
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Oct 8, 2023
1 parent 5cd02ad commit 10c7dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
pwd
ls $BUILD_DIR
shopt -s nullglob
for binding in pd max clap python standalone example vintage vst3; do
(
mkdir -p $BUILD_DIR/$binding
Expand Down

0 comments on commit 10c7dce

Please sign in to comment.