Skip to content

Commit

Permalink
CI: Don't use nightly for fmt or readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Mar 8, 2024
1 parent e99bf19 commit 1f074e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/formal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
rustfmt:
runs-on: ubuntu-latest
container: rustlang/rust:nightly
container: docker.io/rust
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -18,7 +18,7 @@ jobs:

cargo-readme:
runs-on: ubuntu-latest
container: rustlang/rust:nightly
container: docker.io/rust
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 1f074e1

Please sign in to comment.