Skip to content

Commit c5a41d7

Browse files
shahmishalktoso
authored andcommitted
install make in the Dockerfile
1 parent f9d65f2 commit c5a41d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
1111
with:
1212
exclude_swift_versions: "[{\"swift_version\": \"5.8\"}]"
13-
pre_build_command: "apt-get update -y -q && apt-get install -y -q openjdk-21-jdk"
13+
pre_build_command: "apt-get update -y -q && apt-get install -y -q openjdk-21-jdk make"
1414
build_command: "make"
1515
env_vars: |
1616
JAVA_HOME="/usr/lib/jvm/java-21-openjdk-amd64"

0 commit comments

Comments
 (0)