Skip to content

Commit

Permalink
Maybe fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
elimirks committed Dec 10, 2022
1 parent 334db9e commit 6052dd9
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 @@ -13,6 +13,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true
- name: Build
run: cargo build --verbose --release
- name: Run tests
Expand Down

0 comments on commit 6052dd9

Please sign in to comment.