Skip to content

Commit 5c6c17b

Browse files
maybe
1 parent 9a0e27b commit 5c6c17b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
docker run \
8787
--rm -w /github/workspace -v "$(pwd):/github/workspace" \
8888
ghcr.io/graalvm/native-image-community:21-muslib \
89-
sh -c "./gradlew -PnativeBuild -PnativeBuildMusl :temporal-test-server:nativeCompile"
89+
"./gradlew -PnativeBuild -PnativeBuildMusl :temporal-test-server:nativeCompile"
9090
# path ends in a wildcard because on windows the file ends in '.exe'
9191
- name: Upload executable to workflow
9292
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)