Skip to content

Commit 71d224e

Browse files
unquiet build
1 parent e2f3172 commit 71d224e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-native-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
run: |
9898
docker run \
9999
--rm -w /github/workspace -v "$(pwd):/github/workspace" \
100-
$(docker build -q ./docker/native-image-musl) \
100+
$(docker build ./docker/native-image-musl) \
101101
sh -c "./gradlew -PnativeBuild -PnativeBuildMusl :temporal-test-server:nativeCompile"
102102
# path ends in a wildcard because on windows the file ends in '.exe'
103103
- name: Upload executable to workflow

0 commit comments

Comments
 (0)