Use java 11 for Buck

This commit is contained in:
David Tolnay 2020-09-20 00:28:52 -04:00
parent 3421599ff6
commit a8e0534d4f
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -53,13 +53,13 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- uses: actions/setup-java@v1
with:
java-version: 8
java-version: 11
java-package: jre
- name: Install Buck
run: |
mkdir bin
# TODO: unfork back to facebook/buck after https://github.com/facebook/buck/pull/2545 has landed
wget -q -O bin/buck https://jitpack.io/com/github/dtolnay/buck/3fedc3867c/buck-3fedc3867c.pex
wget -q -O bin/buck https://jitpack.io/com/github/dtolnay/buck/3fedc3867c/buck-3fedc3867c-java11.pex
chmod +x bin/buck
echo ::add-path::bin
- name: Install lld