Skip to content

Commit

Permalink
💚 fix release workflow (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
Odonno authored Dec 9, 2024
1 parent 7b59c83 commit c959e9d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ jobs:
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
with:
targets: ${{ matrix.target }}
toolchain: 1.81.0 # must match the version in the `rust-embedded/rust-toolchain` file
target: ${{ matrix.target }}

- name: Cache Rust dependencies
uses: Swatinem/rust-cache@v2
Expand All @@ -149,7 +150,6 @@ jobs:
name: embedded-${{ matrix.target }}
path: ${{ matrix.libpath }}


create-package:
needs: [embedded-builds]
runs-on: ubuntu-latest-4-cores
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<NoWarn>$(NoWarn);NU5128</NoWarn>

<EnforceExtendedAnalyzerRules>true</EnforceExtendedAnalyzerRules>
<IsRoslynComponent>true</IsRoslynComponent>
Expand Down
2 changes: 1 addition & 1 deletion rust-embedded/rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.80.1
1.81.0

0 comments on commit c959e9d

Please sign in to comment.