Skip to content

Commit

Permalink
add setup rust action
Browse files Browse the repository at this point in the history
  • Loading branch information
bhelx committed Sep 19, 2023
1 parent 047ae37 commit 1cffe7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Build
run: make build
- name: Upload Artifact to Summary
Expand Down

0 comments on commit 1cffe7f

Please sign in to comment.