Skip to content

Commit

Permalink
Fix release workflow (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomek0123456789 authored Aug 2, 2024
1 parent 2a46d57 commit fd6cab4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ jobs:

- uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7
with:
toolchain: stable
# Hack for Rust 1.80 - type inference went crazy and didn't allow to build a library
toolchain: 1.79.0
target: ${{ matrix.target }}

- uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8
Expand Down

0 comments on commit fd6cab4

Please sign in to comment.