Skip to content

Commit

Permalink
use newer rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
dani162 committed Sep 24, 2022
1 parent 3c9f8a3 commit 8507b0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- run: cargo run -p build-example-pages -- check-missing

check-examples-readme-update-needed:
Expand Down

0 comments on commit 8507b0e

Please sign in to comment.