Skip to content

Commit da83d9f

Browse files
author
Shubham Chaturvedi
committed
fix: CI
1 parent 64e053b commit da83d9f

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/ci_examples_java.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ jobs:
4545
- uses: actions/checkout@v3
4646
with:
4747
submodules: recursive
48+
49+
- name: Setup Java 8
50+
uses: actions/setup-java@v4
51+
with:
52+
distribution: "corretto"
53+
java-version: 8
4854

4955
- name: Setup Java ${{ matrix.java-version }}
5056
uses: actions/setup-java@v4

.github/workflows/library_rust_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
- name: Setup Rust Toolchain for GitHub CI
5555
uses: actions-rust-lang/[email protected]
5656
with:
57+
toolchain: 1.86.0
5758
components: rustfmt
5859
# uncomment this after Rust formatter works
5960
# - name: Rustfmt Check

0 commit comments

Comments
 (0)