Skip to content

Commit 2119f2a

Browse files
committed
m
1 parent f68ec3f commit 2119f2a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,12 @@ jobs:
175175
buildspec-override: codebuild/ci/release-ci.yml
176176
compute-type-override: BUILD_GENERAL1_LARGE
177177
image-override: aws/codebuild/standard:7.0
178-
env-vars-for-codebuild: GITHUB_EVENT_NAME
178+
env-vars-for-codebuild: |
179+
GITHUB_EVENT_NAME,
180+
JAVA_ENV_VERSION
179181
env:
180182
GITHUB_EVENT_NAME: $GITHUB_EVENT_NAME
183+
JAVA_ENV_VERSION: corretto11
181184
validateCI:
182185
name: Validate CI
183186
runs-on: ubuntu-latest

codebuild/ci/release-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
phases:
1717
install:
1818
runtime-versions:
19-
java: openjdk11
19+
java: $JAVA_ENV_VERSION
2020
commands:
2121
- git submodule update --init submodules/MaterialProviders
2222
# Get Dafny

0 commit comments

Comments
 (0)