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 f68ec3f commit 2119f2aCopy full SHA for 2119f2a
.github/workflows/ci.yml
@@ -175,9 +175,12 @@ jobs:
175
buildspec-override: codebuild/ci/release-ci.yml
176
compute-type-override: BUILD_GENERAL1_LARGE
177
image-override: aws/codebuild/standard:7.0
178
- env-vars-for-codebuild: GITHUB_EVENT_NAME
+ env-vars-for-codebuild: |
179
+ GITHUB_EVENT_NAME,
180
+ JAVA_ENV_VERSION
181
env:
182
GITHUB_EVENT_NAME: $GITHUB_EVENT_NAME
183
+ JAVA_ENV_VERSION: corretto11
184
validateCI:
185
name: Validate CI
186
runs-on: ubuntu-latest
codebuild/ci/release-ci.yml
@@ -16,7 +16,7 @@ env:
16
phases:
17
install:
18
runtime-versions:
19
- java: openjdk11
+ java: $JAVA_ENV_VERSION
20
commands:
21
- git submodule update --init submodules/MaterialProviders
22
# Get Dafny
0 commit comments