Skip to content

Commit

Permalink
fix(ci): specify toolchain for rust installation
Browse files Browse the repository at this point in the history
  • Loading branch information
youben11 committed Nov 13, 2024
1 parent 81af82f commit 48b8c16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/concrete_python_release_cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,9 @@ jobs:
steps:
- name: Install rust
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1.0.7
with:
toolchain: nightly
default: true
- name: Setup Python
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
with:
Expand Down

0 comments on commit 48b8c16

Please sign in to comment.