Skip to content

Commit

Permalink
fix: workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
zzau13 committed Jul 29, 2023
1 parent 9d5c614 commit f7db8f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
components: fmt
toolchain: nightly
override: true
- uses: actions-rs/cargo@v1
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
fail-fast: false
matrix:
version:
# - stable
- nightly

name: ${{ matrix.version }} - x86_64-unknown-linux-gnu
Expand All @@ -25,7 +24,6 @@ jobs:
with:
toolchain: ${{ matrix.version }}-x86_64-unknown-linux-gnu
profile: minimal
components: rustfmt
override: true

- name: Generate Cargo.lock
Expand Down

0 comments on commit f7db8f8

Please sign in to comment.