Skip to content

Commit

Permalink
ci(release): add setup toolchain step (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakuciael authored Sep 15, 2023
1 parent fe46c61 commit 866e786
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
- name: Setup git config
run: |
git config --global user.name "${{ github.event.pusher.name }}"
Expand Down

0 comments on commit 866e786

Please sign in to comment.