From e680ba85fa9f200bd9fbb541587fc259feca355d Mon Sep 17 00:00:00 2001 From: Austin Shalit Date: Wed, 19 Aug 2020 22:43:53 -0400 Subject: [PATCH] [build] Apply temporary JDK arch fix (#2643) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c5826d0ea..68f5d3838e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: - uses: actions/checkout@v2 - name: Fetch all history and metadata run: git fetch --prune --unshallow --tags - - uses: actions/setup-java@v1 + - uses: austinshalit/setup-java@bugfix/architecture with: java-version: 11 architecture: ${{ matrix.architecture }} @@ -136,7 +136,7 @@ jobs: run: | cat combiner/products/build/allOutputs/version.txt test -s combiner/products/build/allOutputs/version.txt - - uses: actions/setup-java@v1 + - uses: austinshalit/setup-java@bugfix/architecture with: java-version: 11 - name: Combine