We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64e053b commit da83d9fCopy full SHA for da83d9f
.github/workflows/ci_examples_java.yml
@@ -45,6 +45,12 @@ jobs:
45
- uses: actions/checkout@v3
46
with:
47
submodules: recursive
48
+
49
+ - name: Setup Java 8
50
+ uses: actions/setup-java@v4
51
+ with:
52
+ distribution: "corretto"
53
+ java-version: 8
54
55
- name: Setup Java ${{ matrix.java-version }}
56
uses: actions/setup-java@v4
.github/workflows/library_rust_tests.yml
@@ -54,6 +54,7 @@ jobs:
- name: Setup Rust Toolchain for GitHub CI
uses: actions-rust-lang/[email protected]
57
+ toolchain: 1.86.0
58
components: rustfmt
59
# uncomment this after Rust formatter works
60
# - name: Rustfmt Check
0 commit comments