mirror of
https://github.com/topjohnwu/cxx.git
synced 2025-02-23 17:40:53 +00:00
Use java 11 for Buck
This commit is contained in:
parent
3421599ff6
commit
a8e0534d4f
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user