Skip to content

Commit

Permalink
ci: build on rust stable instead of nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Oct 12, 2020
1 parent 2bd8bb3 commit 1f59a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- uses: hecrj/setup-rust-action@v1.3.3
with:
rust-version: nightly
rust-version: stable

- uses: actions/checkout@v1
- name: Build
Expand Down

0 comments on commit 1f59a85

Please sign in to comment.