Skip to content

Commit

Permalink
unpin rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
rarescosma committed Jan 1, 2025
1 parent 072bffe commit a1a3bb3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
- name: Install rust
shell: bash
run: |
RUST_VERSION="$(grep -oP 'channel = "\K[^"]+' rust-toolchain.toml)"
rustup toolchain install $RUST_VERSION --profile minimal
rustup toolchain install stable --profile minimal
- uses: extractions/setup-just@v2
- name: Cache sccache
id: cache_sccache
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
- name: Install rust
shell: bash
run: |
RUST_VERSION="$(grep -oP 'channel = "\K[^"]+' rust-toolchain.toml)"
rustup toolchain install $RUST_VERSION --profile minimal
rustup toolchain install stable --profile minimal
- uses: extractions/setup-just@v2
- name: Cache sccache
id: cache_sccache
Expand Down
4 changes: 0 additions & 4 deletions rust-toolchain.toml

This file was deleted.

0 comments on commit a1a3bb3

Please sign in to comment.