mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
[build] Apply temporary JDK arch fix (#2643)
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user