Skip to content

Commit

Permalink
Use stable toolchain for Tier-2 Build-only targets
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Richey <joerichey@google.com>
  • Loading branch information
josephlr committed Oct 22, 2022
1 parent 0b9a9ff commit f489945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ jobs:
with:
profile: minimal
target: ${{ matrix.target }}
toolchain: nightly # Required to build libc for Redox
toolchain: stable
override: true
- uses: Swatinem/rust-cache@v1
- name: Build
Expand Down

0 comments on commit f489945

Please sign in to comment.