Skip to content

Commit

Permalink
use rust stable for sfy-data
Browse files Browse the repository at this point in the history
  • Loading branch information
gauteh committed Aug 4, 2022
1 parent 7153bb0 commit e336837
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sfy-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Install latest nightly
- name: Install latest stable
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: stable
override: true
components: rustfmt, clippy
profile: minimal
Expand Down

0 comments on commit e336837

Please sign in to comment.