Skip to content

Commit

Permalink
Also pre-build on nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
filmor committed May 25, 2023
1 parent 7edbbd4 commit 820e4d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,13 @@ jobs:
strategy:
matrix:
os: [ubuntu, windows, macos]
toolchain: [stable, nightly]
steps:
- uses: actions/checkout@v3

- uses: dtolnay/rust-toolchain@stable
with:
components: clippy
toolchain: ${{matrix.toolchain}}

- uses: Swatinem/rust-cache@v2
with:
Expand Down

0 comments on commit 820e4d6

Please sign in to comment.