Skip to content

Commit

Permalink
try stable toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Braun committed Sep 25, 2023
1 parent df3adfd commit a41ed49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/harness_stress_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Install toolchain
uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly
toolchain: stable

- name: Install Protobuf and LLVM
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Install toolchain
uses: dtolnay/rust-toolchain@stable
with:
toolchain: nightly
toolchain: stable

- name: Install Protobuf and LLVM
run: |
Expand Down

0 comments on commit a41ed49

Please sign in to comment.