We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edcb899 commit f9d65f2Copy full SHA for f9d65f2
.github/workflows/pull_request.yml
@@ -11,5 +11,6 @@ jobs:
11
with:
12
exclude_swift_versions: "[{\"swift_version\": \"5.8\"}]"
13
pre_build_command: "apt-get update -y -q && apt-get install -y -q openjdk-21-jdk"
14
+ build_command: "make"
15
env_vars: |
16
JAVA_HOME="/usr/lib/jvm/java-21-openjdk-amd64"
0 commit comments