Skip to content

Commit a6d2e69

Browse files
authored
Update build.yml
1 parent c67942b commit a6d2e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
run: |
134134
set -e
135135
./cbuild.sh clean
136-
./cbuild.sh
136+
./cbuild.sh -vvv
137137
138138
mkdir -p dist
139139
find . -maxdepth 1 -type f -perm -111 ! -name '*.sh' -exec mv {} dist/ \;

0 commit comments

Comments
 (0)