Skip to content

Commit

Permalink
ci: Add checkout action to release workflow (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsengia authored Dec 27, 2023
2 parents a51f000 + 0dda066 commit d7a1deb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
env:
RUSTFLAGS: "-Dwarnings"
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --release --locked
- name: Upload
Expand Down

0 comments on commit d7a1deb

Please sign in to comment.